Space quantity + unit (#7328)

This commit is contained in:
tooomm 2026-09-20 06:44:31 +02:00 committed by GitHub
parent db2e159dca
commit 1405952f1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@ bool SimpleDownloadFilePage::validatePage()
return false;
}
progressLabel->setText(tr("Downloading (0MB)"));
progressLabel->setText(tr("Downloading (0 MB)"));
// show an infinite progressbar
progressBar->setMaximum(0);
progressBar->setMinimum(0);