This commit is contained in:
Kovid Goyal 2026-01-18 14:11:35 +05:30
parent 11b0ef7054
commit 955175b68c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -165,7 +165,7 @@ class Manager(QObject): # {{{
'default_keys':tuple(default_keys),
'persist_shortcut':persist_shortcut}
self.shortcuts[unique_name] = shortcut
group = group if group else pgettext('keyboard shortcuts', _('Miscellaneous'))
group = group if group else pgettext('keyboard shortcuts', 'Miscellaneous')
self.groups[group] = self.groups.get(group, []) + [unique_name]
def unregister_shortcut(self, unique_name):