Improved Web UI translation

This commit is contained in:
Christophe Dumez 2011-01-14 19:03:48 +00:00
parent 16be6fe474
commit 4a66c33a2c
2 changed files with 2 additions and 1 deletions

View file

@ -127,6 +127,7 @@ HttpServer::HttpServer(int msec, QObject* parent) : QTcpServer(parent) {
a = tr("The Web UI username must be at least 3 characters long.");
a = tr("The Web UI password must be at least 3 characters long.");
a = tr("Save");
a = tr("qBittorrent client is not reachable");
}
HttpServer::~HttpServer()