oxford compliance
@ZeldaZach grammar nazi :) 👍
This commit is contained in:
parent
17665aad60
commit
5d8d2f277c
1 changed files with 4 additions and 4 deletions
|
@ -171,9 +171,9 @@ void IntroPage::languageBoxChanged(int index)
|
||||||
void IntroPage::retranslateUi()
|
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 an URL or a filename that "
|
"\nYou will need to specify a URL or a filename that "
|
||||||
"will be used as a source."));
|
"will be used as a source."));
|
||||||
languageLabel->setText(tr("Language:"));
|
languageLabel->setText(tr("Language:"));
|
||||||
}
|
}
|
||||||
|
@ -225,7 +225,7 @@ void LoadSetsPage::retranslateUi()
|
||||||
{
|
{
|
||||||
setTitle(tr("Source selection"));
|
setTitle(tr("Source selection"));
|
||||||
setSubTitle(tr("Please specify a source for the list of sets and cards. "
|
setSubTitle(tr("Please specify a source for the list of sets and cards. "
|
||||||
"You can specify an URL address that will be download or "
|
"You can specify a URL address that will be downloaded or "
|
||||||
"use an existing file from your computer."));
|
"use an existing file from your computer."));
|
||||||
|
|
||||||
urlRadioButton->setText(tr("Download URL:"));
|
urlRadioButton->setText(tr("Download URL:"));
|
||||||
|
@ -584,7 +584,7 @@ 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 an URL address that will be download or "
|
"You can specify a URL address that will be downloaded or "
|
||||||
"use an existing file from your computer."));
|
"use an existing file from your computer."));
|
||||||
|
|
||||||
urlLabel->setText(tr("Download URL:"));
|
urlLabel->setText(tr("Download URL:"));
|
||||||
|
|
Loading…
Reference in a new issue