diff --git a/src/calibre/gui2/keyboard.py b/src/calibre/gui2/keyboard.py index f379bc66b6..e8c2c1b3a6 100644 --- a/src/calibre/gui2/keyboard.py +++ b/src/calibre/gui2/keyboard.py @@ -453,7 +453,7 @@ class Delegate(QStyledItemDelegate): # {{{ def to_doc(self, index): data = index.data(Qt.UserRole).toPyObject() if data is None: - html = _('An unknown error occurred') + html = _('This shortcut no longer exists') elif data.is_shortcut: shortcut = data.data # Shortcut