mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
remove parens
This commit is contained in:
parent
0569faf5d5
commit
ef16612247
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ private:
|
||||||
{"Player/aNextTurn", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Next Turn"),
|
{"Player/aNextTurn", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Next Turn"),
|
||||||
parseSequenceString("Ctrl+Return;Ctrl+Enter"),
|
parseSequenceString("Ctrl+Return;Ctrl+Enter"),
|
||||||
ShortcutGroup::Game_Phases)},
|
ShortcutGroup::Game_Phases)},
|
||||||
{"Player/aHide", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Hide Card (in Reveal Window)"),
|
{"Player/aHide", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Hide Card in Reveal Window"),
|
||||||
parseSequenceString("Alt+H"),
|
parseSequenceString("Alt+H"),
|
||||||
ShortcutGroup::Playing_Area)},
|
ShortcutGroup::Playing_Area)},
|
||||||
{"Player/aTap", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Tap / Untap Card"),
|
{"Player/aTap", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Tap / Untap Card"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue