Commit 9a34d7b9 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

translation update, included stub for Swedish

parent 61b351aa
......@@ -195,7 +195,8 @@ TRANSLATIONS += \
translations/cockatrice_ru.ts \
translations/cockatrice_cs.ts \
translations/cockatrice_pl.ts \
translations/cockatrice_sk.ts
translations/cockatrice_sk.ts \
translations/cockatrice_sv.ts
win32 {
RC_FILE = cockatrice.rc
......
......@@ -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);
}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment