diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp
index 4798a680058..e4be5e90e8c 100644
--- a/src/gui/mainwindow.cpp
+++ b/src/gui/mainwindow.cpp
@@ -1644,7 +1644,7 @@ void MainWindow::handleUpdateCheckFinished(ProgramUpdater *updater, const bool i
{
const QString msg {tr("A new version is available.") + u"
"
+ tr("Do you want to download %1?").arg(newVersion) + u"
"
- + u"%1"_s.arg(tr("Open changelog..."))};
+ + u"%1"_s.arg(tr("Open changelog..."))};
auto *msgBox = new QMessageBox {QMessageBox::Question, tr("qBittorrent Update Available"), msg
, (QMessageBox::Yes | QMessageBox::No), this};
msgBox->setAttribute(Qt::WA_DeleteOnClose);