NOISSUE correct some parts of the README, one more translation string change
This commit is contained in:
parent
5c0c26cd25
commit
19015de258
2 changed files with 10 additions and 11 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue