NOISSUE correct some parts of the README, one more translation string change

This commit is contained in:
Petr Mrázek
2019-09-26 09:03:25 +02:00
parent 5c0c26cd25
commit 19015de258
2 changed files with 10 additions and 11 deletions

View File

@ -47,10 +47,8 @@ QString LanguageSelectionWidget::getSelectedLanguageKey() const
void LanguageSelectionWidget::retranslate()
{
QString text =
tr("Don't see your language or the quality is poor?") +
"<br/>" +
QString("<a href=\"https://github.com/MultiMC/MultiMC5/wiki/Translating-MultiMC\">%1</a>").arg(tr("Help us with translations!"));
QString text = tr("Don't see your language or the quality is poor?<br/><a href=\"%1\">Help us with translations!</a>")
.arg("https://github.com/MultiMC/MultiMC5/wiki/Translating-MultiMC");
helpUsLabel->setText(text);
}