From e84c6889789bb44c7ae53490cf58598b293317ce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Nov 2016 21:27:51 +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 c4e2519e0c..3b385f7c5a 100644 --- a/src/calibre/gui2/actions/tag_mapper.py +++ b/src/calibre/gui2/actions/tag_mapper.py @@ -38,7 +38,7 @@ class TagMapAction(InterfaceAction): 'Map tags for {} books in the library', len(book_ids)).format(len(book_ids))) d.rules = gprefs.get('library-tag-mapper-ruleset', ()) txt = ngettext( - 'The changes will be applied to the ', + 'The changes will be applied to the selected book', 'The changes will be applied to the {} selected books', len(book_ids)) if selected else ngettext( 'The changes will be applied to one book in the library', 'The changes will be applied to {} books in the library', len(book_ids))