Add Tab shortcut for next phase

This commit is contained in:
Matt Kelly 2014-03-13 01:07:15 -04:00
parent 1bc48a7849
commit 082ab73152

View file

@ -532,7 +532,7 @@ void TabGame::retranslateUi()
gameMenu->setTitle(tr("&Game"));
if (aNextPhase) {
aNextPhase->setText(tr("Next &phase"));
aNextPhase->setShortcut(tr("Ctrl+Space"));
aNextPhase->setShortcuts(QList<QKeySequence>() << QKeySequence(tr("Ctrl+Space")) << QKeySequence(tr("Tab")));
}
if (aNextTurn) {
aNextTurn->setText(tr("Next &turn"));