Enhanced download manager progress info once more.

This commit is contained in:
Martin Rotter 2016-04-01 07:25:44 +02:00
parent ae27b79dd9
commit 4952c3da32
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ void DownloadItem::updateDownloadInfoLabel() {
}
else {
info = tr("%1 of %2 - download completed").arg(DownloadManager::dataString(m_bytesReceived),
DownloadManager::dataString(bytes_total));
DownloadManager::dataString(m_bytesReceived));
}
}