Fix #811165 (Delete Key is unassigned if GUI language is set to german)

This commit is contained in:
Kovid Goyal 2011-07-16 14:14:15 -06:00
parent 55db0eb600
commit 3117c0d867

View File

@ -81,7 +81,7 @@ class MultiDeleter(QObject):
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):