mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
ctrl->alt in shortcut tooltips
This commit is contained in:
parent
76729e0d04
commit
5fc9389e13
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@ your deck."""))
|
||||||
extra = _(" (Command+Option+%d)") % (c+1)
|
extra = _(" (Command+Option+%d)") % (c+1)
|
||||||
openButton.setShortcut(_("Ctrl+Alt+%d" % (c+1)))
|
openButton.setShortcut(_("Ctrl+Alt+%d" % (c+1)))
|
||||||
else:
|
else:
|
||||||
extra = _(" (Ctrl+%d)") % (c+1)
|
extra = _(" (Alt+%d)") % (c+1)
|
||||||
openButton.setShortcut(_("Alt+%d" % (c+1)))
|
openButton.setShortcut(_("Alt+%d" % (c+1)))
|
||||||
else:
|
else:
|
||||||
extra = ""
|
extra = ""
|
||||||
|
|
Loading…
Reference in a new issue