From 19015de25867d47cf39bc761cf41a76f14898280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 26 Sep 2019 09:03:25 +0200 Subject: NOISSUE correct some parts of the README, one more translation string change --- application/widgets/LanguageSelectionWidget.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'application/widgets') diff --git a/application/widgets/LanguageSelectionWidget.cpp b/application/widgets/LanguageSelectionWidget.cpp index 80e26b39..8d23bdc5 100644 --- a/application/widgets/LanguageSelectionWidget.cpp +++ b/application/widgets/LanguageSelectionWidget.cpp @@ -47,10 +47,8 @@ QString LanguageSelectionWidget::getSelectedLanguageKey() const void LanguageSelectionWidget::retranslate() { - QString text = - tr("Don't see your language or the quality is poor?") + - "
" + - QString("%1").arg(tr("Help us with translations!")); + QString text = tr("Don't see your language or the quality is poor?
Help us with translations!") + .arg("https://github.com/MultiMC/MultiMC5/wiki/Translating-MultiMC"); helpUsLabel->setText(text); } -- cgit v1.2.3