split up string and argument (#2822)
This commit is contained in:
parent
7c8daf68ea
commit
af3423e67d
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ void IntroPage::retranslateUi()
|
||||||
"\nYou will need to specify a URL or a filename that "
|
"\nYou will need to specify a URL or a filename that "
|
||||||
"will be used as a source."));
|
"will be used as a source."));
|
||||||
languageLabel->setText(tr("Language:"));
|
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)
|
LoadSetsPage::LoadSetsPage(QWidget *parent)
|
||||||
|
|
Loading…
Reference in a new issue