mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-26 14:56:38 +01:00
...
This commit is contained in:
parent
e51fb88cdf
commit
85a2d515ca
2 changed files with 305 additions and 240 deletions
|
|
@ -23,7 +23,7 @@
|
|||
class EditMetadataAction(InterfaceAction):
|
||||
|
||||
name = 'Edit Metadata'
|
||||
action_spec = (_('Edit metadata'), 'edit_input.png', _('Change the title/author/cover etc. of various books'), _('E'))
|
||||
action_spec = (_('Edit metadata'), 'edit_input.png', _('Change the title/author/cover etc. of books'), _('E'))
|
||||
action_type = 'current'
|
||||
action_add_menu = True
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue