mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
String changes
This commit is contained in:
parent
162c32a362
commit
582e3baede
@ -141,9 +141,9 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
dest='merge_comments_rule',
|
dest='merge_comments_rule',
|
||||||
action=None,
|
action=None,
|
||||||
help=_("#<custom field>:[before|after]:[True|False] specifying:\n"
|
help=_("#<custom field>:[before|after]:[True|False] specifying:\n"
|
||||||
" <custom field> Custom field containing notes to merge with Comments\n"
|
" <custom field> Custom field containing notes to merge with comments\n"
|
||||||
" [before|after] Placement of notes with respect to Comments\n"
|
" [before|after] Placement of notes with respect to comments\n"
|
||||||
" [True|False] - A horizontal rule is inserted between notes and Comments\n"
|
" [True|False] - A horizontal rule is inserted between notes and comments\n"
|
||||||
"Default: '%default'\n"
|
"Default: '%default'\n"
|
||||||
"Applies to: AZW3, EPUB, MOBI output formats")),
|
"Applies to: AZW3, EPUB, MOBI output formats")),
|
||||||
Option('--output-profile',
|
Option('--output-profile',
|
||||||
|
@ -273,7 +273,7 @@ class MainOverlay: # {{{
|
|||||||
|
|
||||||
bookmarks_action = ac(_('Bookmarks'), None, self.overlay.show_bookmarks, 'bookmark')
|
bookmarks_action = ac(_('Bookmarks'), None, self.overlay.show_bookmarks, 'bookmark')
|
||||||
highlights_action = ac(
|
highlights_action = ac(
|
||||||
_('Browse highlights'), _('Browse all highlights'), def():
|
_('Highlights'), _('Browse all highlights'), def():
|
||||||
self.overlay.show_highlights()
|
self.overlay.show_highlights()
|
||||||
, 'image')
|
, 'image')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user