mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #811165 (Delete Key is unassigned if GUI language is set to german)
This commit is contained in:
parent
55db0eb600
commit
3117c0d867
@ -81,7 +81,7 @@ class MultiDeleter(QObject):
|
|||||||
class DeleteAction(InterfaceAction):
|
class DeleteAction(InterfaceAction):
|
||||||
|
|
||||||
name = 'Remove Books'
|
name = 'Remove Books'
|
||||||
action_spec = (_('Remove books'), 'trash.png', None, _('Del'))
|
action_spec = (_('Remove books'), 'trash.png', None, 'Del')
|
||||||
action_type = 'current'
|
action_type = 'current'
|
||||||
|
|
||||||
def genesis(self):
|
def genesis(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user