This commit is contained in:
Kovid Goyal 2016-11-04 21:27:51 +05:30
parent 824566442c
commit e84c688978

View File

@ -38,7 +38,7 @@ class TagMapAction(InterfaceAction):
'Map tags for {} books in the library', len(book_ids)).format(len(book_ids))) 'Map tags for {} books in the library', len(book_ids)).format(len(book_ids)))
d.rules = gprefs.get('library-tag-mapper-ruleset', ()) d.rules = gprefs.get('library-tag-mapper-ruleset', ())
txt = ngettext( txt = ngettext(
'The changes will be applied to the <bselected book</b>', 'The changes will be applied to the <b>selected book</b>',
'The changes will be applied to the <b>{} selected books</b>', len(book_ids)) if selected else ngettext( 'The changes will be applied to the <b>{} selected books</b>', len(book_ids)) if selected else ngettext(
'The changes will be applied to <b>one book in the library</b>', 'The changes will be applied to <b>one book in the library</b>',
'The changes will be applied to <b>{} books in the library</b>', len(book_ids)) 'The changes will be applied to <b>{} books in the library</b>', len(book_ids))