This commit is contained in:
Kovid Goyal 2017-04-22 20:34:34 +05:30
parent b1e5388929
commit 8bc6d7b53b

View File

@ -13,7 +13,7 @@ from calibre.gui2.actions import InterfaceAction
class TagMapAction(InterfaceAction): class TagMapAction(InterfaceAction):
name = 'Tag Mapper' 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' action_type = 'current'
def genesis(self): def genesis(self):