diff --git a/oracle/src/oraclewizard.cpp b/oracle/src/oraclewizard.cpp index f7a6d332..4d87ec6b 100644 --- a/oracle/src/oraclewizard.cpp +++ b/oracle/src/oraclewizard.cpp @@ -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)); }