mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
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…
Add table
Add a link
Reference in a new issue