String changes

This commit is contained in:
Kovid Goyal 2020-09-20 10:07:01 +05:30
parent 162c32a362
commit 582e3baede
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 4 deletions

View File

@ -141,9 +141,9 @@ class EPUB_MOBI(CatalogPlugin):
dest='merge_comments_rule',
action=None,
help=_("#<custom field>:[before|after]:[True|False] specifying:\n"
" <custom field> Custom field containing notes to merge with Comments\n"
" [before|after] Placement of notes with respect to Comments\n"
" [True|False] - A horizontal rule is inserted between notes and Comments\n"
" <custom field> Custom field containing notes to merge with comments\n"
" [before|after] Placement of notes with respect to comments\n"
" [True|False] - A horizontal rule is inserted between notes and comments\n"
"Default: '%default'\n"
"Applies to: AZW3, EPUB, MOBI output formats")),
Option('--output-profile',

View File

@ -273,7 +273,7 @@ class MainOverlay: # {{{
bookmarks_action = ac(_('Bookmarks'), None, self.overlay.show_bookmarks, 'bookmark')
highlights_action = ac(
_('Browse highlights'), _('Browse all highlights'), def():
_('Highlights'), _('Browse all highlights'), def():
self.overlay.show_highlights()
, 'image')