From 91090579cff01880763237eea0957639e48a6d8b Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 14 Jul 2010 10:07:23 +0000 Subject: [PATCH] Translate messages. --- src/gui/qt/gametable/gametableimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index 6dd1f0c4..2b95a0a0 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -3442,7 +3442,7 @@ void gameTableImpl::registeredUserMode() void gameTableImpl::guestUserMode() { - lineEdit_ChatInput->setText("Chat is only available for registered players."); + lineEdit_ChatInput->setText(tr("Chat is only available to registered players.")); lineEdit_ChatInput->setDisabled(true); guestMode = true; }