From 582e3baede476b39aa11a0ef2fe233c5da3698f3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 Sep 2020 10:07:01 +0530 Subject: [PATCH] String changes --- src/calibre/library/catalogs/epub_mobi.py | 6 +++--- src/pyj/read_book/overlay.pyj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/calibre/library/catalogs/epub_mobi.py b/src/calibre/library/catalogs/epub_mobi.py index 91160ffd44..061f573ab2 100644 --- a/src/calibre/library/catalogs/epub_mobi.py +++ b/src/calibre/library/catalogs/epub_mobi.py @@ -141,9 +141,9 @@ class EPUB_MOBI(CatalogPlugin): dest='merge_comments_rule', action=None, help=_("#:[before|after]:[True|False] specifying:\n" - " 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 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', diff --git a/src/pyj/read_book/overlay.pyj b/src/pyj/read_book/overlay.pyj index d03163ffaf..496e53dc0c 100644 --- a/src/pyj/read_book/overlay.pyj +++ b/src/pyj/read_book/overlay.pyj @@ -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')