gui tweaks for autofold mode, new timeout message about autofold mode

This commit is contained in:
doitux
2011-12-20 22:11:23 +00:00
parent 6df1a9b93c
commit e3a30d571c
9 changed files with 148 additions and 31 deletions
@@ -58,6 +58,9 @@ void timeoutMsgBoxImpl::timerRefresh()
case NETWORK_TIMEOUT_GAME_ADMIN_IDLE:
this->setText(tr("You are game-admin of an open game which will time out in %1 seconds.").arg(sec,0,10));
break;
case NETWORK_TIMEOUT_KICK_AFTER_AUTOFOLD:
this->setText(tr("You did not act in the game recently. You will be removed from the game in %1 seconds.").arg(sec,0,10));
break;
default:
this->setText(tr("Your connection is about to time out due to inactivity in %1 seconds.").arg(sec,0,10));
break;