added esc as leave game shortcut
This commit is contained in:
parent
1b8a6dc2e9
commit
e978624e3f
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ void TabGame::retranslateUi()
|
|||
aConcede->setText(tr("&Concede"));
|
||||
aConcede->setShortcut(tr("F2"));
|
||||
aLeaveGame->setText(tr("&Leave game"));
|
||||
aLeaveGame->setShortcut(tr("Esc"));
|
||||
|
||||
sayLabel->setText(tr("&Say:"));
|
||||
cardInfo->retranslateUi();
|
||||
|
|
Loading…
Reference in a new issue