NOISSUE make the language translation prompt translateable
This commit is contained in:
parent
3ee5a63c5c
commit
e4fd50e210
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue