fix typo
This commit is contained in:
@@ -57,14 +57,14 @@ changeContentDialogImpl::changeContentDialogImpl(QWidget *parent, ConfigFile *co
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case CHANGE_INET_GAME_NAME_IN_USE: {
|
case CHANGE_INET_GAME_NAME_IN_USE: {
|
||||||
label_Message->setText(tr("There is already a game with your choosen game name.\nPlease choose another one!"));
|
label_Message->setText(tr("There is already a game with your chosen game name.\nPlease choose another one!"));
|
||||||
label_lineLabel->setText(tr("Game name:"));
|
label_lineLabel->setText(tr("Game name:"));
|
||||||
lineEdit->setText(QString::fromUtf8(myConfig->readConfigString("InternetGameName").c_str()));
|
lineEdit->setText(QString::fromUtf8(myConfig->readConfigString("InternetGameName").c_str()));
|
||||||
lineEdit->setMaxLength(48);
|
lineEdit->setMaxLength(48);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case CHANGE_INET_BAD_GAME_NAME: {
|
case CHANGE_INET_BAD_GAME_NAME: {
|
||||||
label_Message->setText(tr("There is a forbidden word in your choosen game name.\nPlease choose another one!"));
|
label_Message->setText(tr("There is a forbidden word in your chosen game name.\nPlease choose another one!"));
|
||||||
label_lineLabel->setText(tr("Game name:"));
|
label_lineLabel->setText(tr("Game name:"));
|
||||||
lineEdit->setText(QString::fromUtf8(myConfig->readConfigString("InternetGameName").c_str()));
|
lineEdit->setText(QString::fromUtf8(myConfig->readConfigString("InternetGameName").c_str()));
|
||||||
lineEdit->setMaxLength(48);
|
lineEdit->setMaxLength(48);
|
||||||
|
|||||||
Reference in New Issue
Block a user