Translate messages.

This commit is contained in:
lotodore
2010-07-14 10:07:08 +00:00
parent e951e14c67
commit 365c6c80da
@@ -1358,7 +1358,7 @@ void gameLobbyDialogImpl::registeredUserMode()
void gameLobbyDialogImpl::guestUserMode() void gameLobbyDialogImpl::guestUserMode()
{ {
lineEdit_ChatInput->setText("Chat is only available to registered players."); lineEdit_ChatInput->setText(tr("Chat is only available to registered players."));
lineEdit_ChatInput->setDisabled(true); lineEdit_ChatInput->setDisabled(true);
guestMode = true; guestMode = true;
} }