Some message fixes.

This commit is contained in:
lotodore
2010-07-14 10:03:43 +00:00
parent 041d68d4a1
commit e951e14c67
2 changed files with 2 additions and 2 deletions
@@ -1358,7 +1358,7 @@ void gameLobbyDialogImpl::registeredUserMode()
void gameLobbyDialogImpl::guestUserMode()
{
lineEdit_ChatInput->setText("Chat is avaiable only for registered members");
lineEdit_ChatInput->setText("Chat is only available to registered players.");
lineEdit_ChatInput->setDisabled(true);
guestMode = true;
}