diff --git a/src/GUI.cpp b/src/GUI.cpp index 8d0aa21f4..831750240 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -788,7 +788,7 @@ void GUI::updateGUI() { html += tr("qBittorrent"); html += ""; html += "
"; - html += " "+tr("DL speed: %1 KiB/s", "e.g: Download speed: 10 KiB/s").arg(QString(QByteArray::number(BTSession->getPayloadDownloadRate()/1024., 'f', 1))); + html += " "+tr("DL speed: %1 KiB/s", "e.g: Download speed: 10 KiB/s").arg(QString(QByteArray::number(BTSession->getPayloadDownloadRate()/1024., 'f', 1))); html += "
"; html += "
"; html += " "+tr("UP speed: %1 KiB/s", "e.g: Upload speed: 10 KiB/s").arg(QString(QByteArray::number(BTSession->getPayloadUploadRate()/1024., 'f', 1)));