NOISSUE make the language translation prompt translateable
This commit is contained in:
parent
3ee5a63c5c
commit
e4fd50e210
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user