mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fixed several issues with Web UI
This commit is contained in:
parent
74f0737903
commit
34ba69e319
6 changed files with 17 additions and 11 deletions
|
@ -107,7 +107,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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue