diff --git a/src/calibre/gui2/keyboard.py b/src/calibre/gui2/keyboard.py index cf9272b932..b40845d61a 100644 --- a/src/calibre/gui2/keyboard.py +++ b/src/calibre/gui2/keyboard.py @@ -113,7 +113,7 @@ class Manager(QObject): # {{{ def unregister_shortcut(self, unique_name): ''' Remove a registered shortcut. You need to call finalize() after you are - don unregistering. + done unregistering. ''' self.shortcuts.pop(unique_name, None)