fix: move HTML code outside of translation
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
28ae5d710e
commit
9cc1773fa7
@ -158,8 +158,9 @@ void ModUpdateDialog::checkCandidates()
|
|||||||
if (!reason.isEmpty())
|
if (!reason.isEmpty())
|
||||||
text += tr("Reason: %1").arg(reason) + "<br>";
|
text += tr("Reason: %1").arg(reason) + "<br>";
|
||||||
if (!recover_url.isEmpty())
|
if (!recover_url.isEmpty())
|
||||||
text += tr("Possible solution: Getting the latest version manually:<br>"
|
//: %1 is the link to download it manually
|
||||||
"<a href='%1'>%1</a><br>").arg(recover_url.toString());
|
text += tr("Possible solution: Getting the latest version manually:<br>%1<br>")
|
||||||
|
.arg(QString("<a href='%1'>%1</a>").arg(recover_url.toString()));
|
||||||
text += "<br>";
|
text += "<br>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user