mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 01:23:16 +02:00
...
This commit is contained in:
parent
2a80b4ac99
commit
ab1ca47fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
class GenerateCatalogAction(InterfaceAction):
|
||||
|
||||
name = 'Generate Catalog'
|
||||
action_spec = (_('Create a catalog of the books in your calibre library'), 'catalog.png', 'Catalog builder', None)
|
||||
action_spec = (_('Create catalog'), 'catalog.png', 'Catalog builder', None)
|
||||
dont_add_to = frozenset(['menubar-device', 'toolbar-device', 'context-menu-device'])
|
||||
|
||||
def genesis(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue