NOISSUE make the language translation prompt translateable

This commit is contained in:
Petr Mrázek 2019-07-30 01:16:02 +02:00
parent 3ee5a63c5c
commit e4fd50e210

View File

@ -49,7 +49,7 @@ 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("Help us with translations!");
QString("<a href=\"https://github.com/MultiMC/MultiMC5/wiki/Translating-MultiMC\">%1</a>").arg(tr("Help us with translations!"));
helpUsLabel->setText(text);
}