diff --git a/launcher/ui/dialogs/ModUpdateDialog.cpp b/launcher/ui/dialogs/ModUpdateDialog.cpp
index 3b9c1f40..d73c8ebb 100644
--- a/launcher/ui/dialogs/ModUpdateDialog.cpp
+++ b/launcher/ui/dialogs/ModUpdateDialog.cpp
@@ -158,8 +158,9 @@ void ModUpdateDialog::checkCandidates()
if (!reason.isEmpty())
text += tr("Reason: %1").arg(reason) + "
";
if (!recover_url.isEmpty())
- text += tr("Possible solution: Getting the latest version manually:
"
- "%1
").arg(recover_url.toString());
+ //: %1 is the link to download it manually
+ text += tr("Possible solution: Getting the latest version manually:
%1
")
+ .arg(QString("%1").arg(recover_url.toString()));
text += "
";
}