This commit is contained in:
Kovid Goyal 2017-04-18 09:19:54 +05:30
parent 5d3e4085f6
commit ffb99ad1d7
3 changed files with 3 additions and 3 deletions

View File

@ -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')

View File

@ -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.")

View File

@ -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 '