translation strings update for 0.6.1
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user