From 7c01f727c78a41d6ff7d55f6604d21bfa95cdc1e Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 13 Jul 2010 22:25:53 +0000 Subject: [PATCH] message string fix --- src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp index 29b3e91f..03c6c6b9 100644 --- a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp +++ b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp @@ -1408,7 +1408,7 @@ void gameLobbyDialogImpl::showInfoMsgBox() switch(infoMsgToShowId) { case 2: { myMessageDialogImpl dialog(myConfig, this); - dialog.exec(2, tr("You've entered a game with invite-only type.\nYou can invite other players with right-click on their nick in the left available players list."), tr("PokerTH - Info Message"), QPixmap(":/gfx/ktip.png"), QDialogButtonBox::Ok); + dialog.exec(2, tr("You have entered entered a game with type \"invite-only\".\nFeel free to invite other players by right-clicking on their nick in the available players list."), tr("PokerTH - Info Message"), QPixmap(":/gfx/ktip.png"), QDialogButtonBox::Ok, true); } break; default:;