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))