translation strings update for 0.6.1

This commit is contained in:
doitux
2008-03-08 21:55:18 +00:00
parent d8d816f8dc
commit 3998fd4f69
19 changed files with 2196 additions and 1329 deletions
@@ -48,7 +48,7 @@ void timeoutMsgBoxImpl::timerRefresh() {
if (sec < 0) sec = 0;
switch (msgID) {
case NETWORK_TIMEOUT_GAME_ADMIN_IDLE:
this->setText(tr("Your open game will time out in %1 seconds.").arg(sec,0,10));
this->setText(tr("You are game-admin of an open game which 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));