Space quantity + unit

This commit is contained in:
tooomm 2026-09-19 12:45:33 +02:00 committed by GitHub
parent db2e159dca
commit 15b557d252
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);