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
+1 -1
View File
@@ -3442,7 +3442,7 @@ void gameTableImpl::registeredUserMode()
void gameTableImpl::guestUserMode()
{
lineEdit_ChatInput->setText("Chat is avaiable only for registered members");
lineEdit_ChatInput->setText("Chat is only available for registered players.");
lineEdit_ChatInput->setDisabled(true);
guestMode = true;
}