diff --git a/oracle/src/oraclewizard.cpp b/oracle/src/oraclewizard.cpp index fbe95d3d..99fd26ff 100644 --- a/oracle/src/oraclewizard.cpp +++ b/oracle/src/oraclewizard.cpp @@ -168,9 +168,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." - "\nYou will need to specify a URL or a filename that " - "will be used as a source.")); + "that will be used by Cockatrice.")); languageLabel->setText(tr("Language:")); versionLabel->setText(tr("Version:") + QString(" %1").arg(VERSION_STRING)); } @@ -577,9 +575,7 @@ void LoadTokensPage::initializePage() void LoadTokensPage::retranslateUi() { setTitle(tr("Tokens source selection")); - setSubTitle(tr("Please specify a source for the list of tokens. " - "You can specify a URL address that will be downloaded or " - "use an existing file from your computer.")); + setSubTitle(tr("Please specify a source for the list of tokens.")); urlLabel->setText(tr("Download URL:")); urlButton->setText(tr("Restore default URL"));