diff --git a/cockatrice/src/dialogs/dlg_update.cpp b/cockatrice/src/dialogs/dlg_update.cpp index 5670d686f..3e3ec2039 100644 --- a/cockatrice/src/dialogs/dlg_update.cpp +++ b/cockatrice/src/dialogs/dlg_update.cpp @@ -88,7 +88,7 @@ void DlgUpdate::gotoDownloadPage() void DlgUpdate::downloadUpdate(const QString &releaseName) { - setLabel(tr("Downloading update") + QString(": %1").arg(releaseName)); + setLabel(tr("Downloading update: %1").arg(releaseName)); addStopDownloadAndRemoveOthers(true); // Will remove all other buttons uDownloader->beginDownload(updateUrl); }