diff --git a/src/httpconnection.cpp b/src/httpconnection.cpp index b12c68b09..1f23338f0 100644 --- a/src/httpconnection.cpp +++ b/src/httpconnection.cpp @@ -108,7 +108,7 @@ QString HttpConnection::translateDocument(QString data) { bool found = false; do { found = false; - QRegExp regex("_\\(([\\w\\s?!:\\/\\.]+)\\)"); + QRegExp regex("_\\(([\\w\\s?!:\\/\\(\\)\\.]+)\\)"); i = regex.indexIn(data, i); if(i >= 0) { //qDebug("Found translatable string: %s", regex.cap(1).toUtf8().data()); diff --git a/src/webui/preferences.html b/src/webui/preferences.html new file mode 100644 index 000000000..f536ae199 --- /dev/null +++ b/src/webui/preferences.html @@ -0,0 +1,55 @@ + + +
+ +