mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5d3e4085f6
commit
ffb99ad1d7
@ -949,7 +949,7 @@ class ActionSendToDevice(InterfaceActionBase):
|
||||
class ActionConnectShare(InterfaceActionBase):
|
||||
name = 'Connect Share'
|
||||
actual_plugin = 'calibre.gui2.actions.device:ConnectShareAction'
|
||||
description = _('Send books via email or the web also connect to iTunes or'
|
||||
description = _('Send books via email or the web. Also connect to iTunes or'
|
||||
' folders on your computer as if they are devices')
|
||||
|
||||
|
||||
|
@ -217,7 +217,7 @@ class ITUNES(DriverBase):
|
||||
DEBUG_LOGGING = 3
|
||||
|
||||
OPEN_FEEDBACK_MESSAGE = _(
|
||||
'Apple iDevice detected, launching iTunes, please wait ...')
|
||||
'Apple iDevice detected, launching iTunes, please wait...')
|
||||
BACKLOADING_ERROR_MESSAGE = _(
|
||||
"Cannot copy books directly from iDevice. "
|
||||
"Drag from iTunes Library to desktop, then add to calibre's Library window.")
|
||||
|
@ -322,7 +322,7 @@ OptionRecommendation(name='chapter',
|
||||
"= 'chapter']", level=OptionRecommendation.LOW,
|
||||
help=_('An XPath expression to detect chapter titles. The default '
|
||||
'is to consider <h1> or <h2> tags that contain the words '
|
||||
'"chapter","book","section", "prologue", "epilogue", or "part" as chapter titles as '
|
||||
'"chapter", "book", "section", "prologue", "epilogue" or "part" as chapter titles as '
|
||||
'well as any tags that have class="chapter". The expression '
|
||||
'used must evaluate to a list of elements. To disable chapter '
|
||||
'detection, use the expression "/". See the XPath Tutorial '
|
||||
|
Loading…
x
Reference in New Issue
Block a user