mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
...
This commit is contained in:
@@ -13,7 +13,7 @@ from calibre.gui2.actions import InterfaceAction
|
||||
class TagMapAction(InterfaceAction):
|
||||
|
||||
name = 'Tag Mapper'
|
||||
action_spec = (_('Tag Mapper'), 'tags.png', _('Filter/transform the tags for books in the library'), None)
|
||||
action_spec = (_('Tag mapper'), 'tags.png', _('Filter/transform the tags for books in the library'), None)
|
||||
action_type = 'current'
|
||||
|
||||
def genesis(self):
|
||||
|
||||
Reference in New Issue
Block a user