oracle: fix wording for token download (#2946)

This commit is contained in:
tooomm 2017-12-15 21:42:30 +01:00 committed by Zach H
parent 6e24f59826
commit 7e80f4b4ae

View file

@ -168,9 +168,7 @@ void IntroPage::retranslateUi()
{ {
setTitle(tr("Introduction")); setTitle(tr("Introduction"));
label->setText(tr("This wizard will import the list of sets, cards, and tokens " label->setText(tr("This wizard will import the list of sets, cards, and tokens "
"that will be used by Cockatrice." "that will be used by Cockatrice."));
"\nYou will need to specify a URL or a filename that "
"will be used as a source."));
languageLabel->setText(tr("Language:")); languageLabel->setText(tr("Language:"));
versionLabel->setText(tr("Version:") + QString(" %1").arg(VERSION_STRING)); versionLabel->setText(tr("Version:") + QString(" %1").arg(VERSION_STRING));
} }
@ -577,9 +575,7 @@ void LoadTokensPage::initializePage()
void LoadTokensPage::retranslateUi() void LoadTokensPage::retranslateUi()
{ {
setTitle(tr("Tokens source selection")); setTitle(tr("Tokens source selection"));
setSubTitle(tr("Please specify a source for the list of tokens. " 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."));
urlLabel->setText(tr("Download URL:")); urlLabel->setText(tr("Download URL:"));
urlButton->setText(tr("Restore default URL")); urlButton->setText(tr("Restore default URL"));