clarify language setting (#3897)
This commit is contained in:
parent
632e44b0b7
commit
361833e023
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ void IntroPage::retranslateUi()
|
|||
setTitle(tr("Introduction"));
|
||||
label->setText(tr("This wizard will import the list of sets, cards, and tokens "
|
||||
"that will be used by Cockatrice."));
|
||||
languageLabel->setText(tr("Language:"));
|
||||
languageLabel->setText(tr("Interface language:"));
|
||||
versionLabel->setText(tr("Version:") + QString(" %1").arg(VERSION_STRING));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue