mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:53:10 +02:00
Fix #811165 (Delete Key is unassigned if GUI language is set to german)
This commit is contained in:
parent
55db0eb600
commit
3117c0d867
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def cleanup(self):
|
|||
class DeleteAction(InterfaceAction):
|
||||
|
||||
name = 'Remove Books'
|
||||
action_spec = (_('Remove books'), 'trash.png', None, _('Del'))
|
||||
action_spec = (_('Remove books'), 'trash.png', None, 'Del')
|
||||
action_type = 'current'
|
||||
|
||||
def genesis(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue