NOISSUE correct some parts of the README, one more translation string change
This commit is contained in:
@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user