This commit is contained in:
doitux
2010-09-27 11:20:34 +00:00
parent 04436c260b
commit 76ce0afe4c
@@ -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);