diff --git a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp index da6a1b45..27253902 100644 --- a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp +++ b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp @@ -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; } diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index 9e059d8e..6dd1f0c4 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 avaiable only for registered members"); + lineEdit_ChatInput->setText("Chat is only available for registered players."); lineEdit_ChatInput->setDisabled(true); guestMode = true; }