From 5fc9389e131e5f2096fefdf9859bdb3059b66a88 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 10 Jun 2009 12:18:26 +0900 Subject: [PATCH] ctrl->alt in shortcut tooltips --- ankiqt/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index adb477dd0..caef70743 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1128,7 +1128,7 @@ your deck.""")) extra = _(" (Command+Option+%d)") % (c+1) openButton.setShortcut(_("Ctrl+Alt+%d" % (c+1))) else: - extra = _(" (Ctrl+%d)") % (c+1) + extra = _(" (Alt+%d)") % (c+1) openButton.setShortcut(_("Alt+%d" % (c+1))) else: extra = ""