diff --git a/src/GUI.cpp b/src/GUI.cpp index 0e6fe22ed..dfe2d38bd 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -1177,7 +1177,7 @@ void GUI::checkConnectionStatus() { downloadingTorrentTab->updateRatio(); // update global informations if(systrayIntegration) { - QString html = "
"; + QString html = "
"; html += tr("qBittorrent"); html += "
"; html += "
";