mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
Space quantity + unit (#7328)
This commit is contained in:
parent
db2e159dca
commit
1405952f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ bool SimpleDownloadFilePage::validatePage()
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
progressLabel->setText(tr("Downloading (0MB)"));
|
progressLabel->setText(tr("Downloading (0 MB)"));
|
||||||
// show an infinite progressbar
|
// show an infinite progressbar
|
||||||
progressBar->setMaximum(0);
|
progressBar->setMaximum(0);
|
||||||
progressBar->setMinimum(0);
|
progressBar->setMinimum(0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue