Fixes to Web UI shutdown button

This commit is contained in:
Christophe Dumez
2012-08-19 22:15:44 +03:00
parent 0fe09aa088
commit 669d5a12a2
5 changed files with 10 additions and 5 deletions

View File

@@ -135,6 +135,7 @@ HttpServer::HttpServer(QObject* parent) : QTcpServer(parent)
a = tr("The following parameters are supported:");
a = tr("Torrent path");
a = tr("Torrent name");
a = tr("qBittorrent has been shutdown.");
}
HttpServer::~HttpServer() {