oracle: fix wording for token download (#2946)
This commit is contained in:
parent
6e24f59826
commit
7e80f4b4ae
1 changed files with 2 additions and 6 deletions
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue