From 1405952f1bacb67d332c4313f85b27f7308684dd Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 20 Sep 2026 06:44:31 +0200 Subject: [PATCH] Space quantity + unit (#7328) --- oracle/src/pagetemplates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle/src/pagetemplates.cpp b/oracle/src/pagetemplates.cpp index 4a27fef30..0ffeabbb3 100644 --- a/oracle/src/pagetemplates.cpp +++ b/oracle/src/pagetemplates.cpp @@ -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);