mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-14 14:07:35 -08:00
split up string and argument (#2822)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user