split up string and argument (#2822)

This commit is contained in:
tooomm
2017-08-07 02:51:54 +02:00
committed by Zach H
parent 7c8daf68ea
commit af3423e67d

View File

@@ -172,7 +172,7 @@ void IntroPage::retranslateUi()
"\nYou will need to specify a URL or a filename that "
"will be used as a source."));
languageLabel->setText(tr("Language:"));
versionLabel->setText(tr("Version: %1").arg(VERSION_STRING));
versionLabel->setText(tr("Version:") + QString(" %1").arg(VERSION_STRING));
}
LoadSetsPage::LoadSetsPage(QWidget *parent)