mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 07:13:08 +02:00
...
This commit is contained in:
parent
b1e5388929
commit
8bc6d7b53b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue