From 34762ce4f790616c5921af87aeb2cbc26edc75ed Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 5 Sep 2010 14:29:43 +0000 Subject: [PATCH] bugfix --- 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 767b62f9..2151f66a 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -3393,7 +3393,7 @@ void gameTableImpl::showWarningAutoFoldInRankingGame(unsigned remainingAutoFolds QMessageBox::warning(this, tr("PokerTH - Warning"), tr("You have triggered a warning level of timeouts in a ranking game.\n" "After %1 additional timeouts the server needs to kick you to provide a better game flow!\n\n" - "If you are temporarily away, you can use the \"away\" tools in the tool box on the right."), + "If you are temporarily away, you can use the \"away\" tools in the tool box on the right.").arg(remainingAutoFolds), QMessageBox::Ok); tabWidget_Right->setCurrentIndex(1); }