mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 16:16:20 +01:00
...
This commit is contained in:
parent
c4e65d8838
commit
fe58ac0c98
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def genesis(self):
|
|||
self.create_menu_action(arm, 'recursive-multiple-archive', _(
|
||||
'Multiple books per directory in the archive')).triggered.connect(partial(self.add_archive, False))
|
||||
self.add_menu.addSeparator()
|
||||
ma('add-empty', _('Add Empty book. (Book entry with no formats)'),
|
||||
ma('add-empty', _('Add Empty book (Book entry with no formats)'),
|
||||
shortcut='Shift+Ctrl+E').triggered.connect(self.add_empty)
|
||||
ma('add-isbn', _('Add from ISBN')).triggered.connect(self.add_from_isbn)
|
||||
self.add_menu.addSeparator()
|
||||
|
|
|
|||
Loading…
Reference in a new issue