translation update, included stub for Swedish

This commit is contained in:
Max-Wilhelm Bruker 2012-03-25 15:48:29 +02:00
parent 61b351aa9f
commit 9a34d7b929
14 changed files with 1150 additions and 1112 deletions

View file

@ -327,6 +327,7 @@ void TabGame::actConcede()
if (QMessageBox::question(this, tr("Concede"), tr("Are you sure you want to concede this game?"), QMessageBox::Yes | QMessageBox::No, QMessageBox::No) != QMessageBox::Yes)
return;
sleep(5);
sendGameCommand(new Command_Concede);
}