mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:43:27 +02:00
String changes
This commit is contained in:
parent
162c32a362
commit
582e3baede
2 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ def ac(text, tooltip, action, icon, is_text_button):
|
|||
|
||||
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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue