clarify language setting (#3897)

This commit is contained in:
tooomm 2020-02-19 16:54:55 +01:00 committed by GitHub
parent 632e44b0b7
commit 361833e023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));
}