mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
translation update, included stub for Swedish
This commit is contained in:
parent
61b351aa9f
commit
9a34d7b929
14 changed files with 1150 additions and 1112 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue