From 8bc6d7b53b4f65c774e4f74366ae266b4215ea4c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 22 Apr 2017 20:34:34 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/tag_mapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/tag_mapper.py b/src/calibre/gui2/actions/tag_mapper.py index 3b385f7c5a..e9b941002c 100644 --- a/src/calibre/gui2/actions/tag_mapper.py +++ b/src/calibre/gui2/actions/tag_mapper.py @@ -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):