New error messages.

This commit is contained in:
lotodore
2008-03-06 21:48:14 +00:00
parent e85eb879bb
commit 4bc902b229
7 changed files with 59 additions and 16 deletions
@@ -48,13 +48,12 @@ void timeoutMsgBoxImpl::timerRefresh() {
if (sec < 0) sec = 0;
switch (msgID) {
case NETWORK_TIMEOUT_GAME_ADMIN_IDLE:
this->setText(tr("Your open game reaches timeout in %1 seconds.").arg(sec,0,10));
this->setText(tr("Your open game will time out 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;
}
}
void timeoutMsgBoxImpl::stopTimeout() {