This commit is contained in:
Kovid Goyal 2018-12-31 19:12:10 +05:30
parent 2e33cb5cb3
commit f3543137ea
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -263,8 +263,8 @@ OptionRecommendation(name='level2_toc',
OptionRecommendation(name='level3_toc', OptionRecommendation(name='level3_toc',
recommended_value=None, level=OptionRecommendation.LOW, recommended_value=None, level=OptionRecommendation.LOW,
help=_('XPath expression that specifies all tags that should be ' help=_('XPath expression that specifies all tags that should be '
'added to the Table of Contents at level three. Each entry ' 'added to the Table of Contents at level three. Each entry '
'is added under the previous level two entry.' 'is added under the previous level two entry.'
' See the XPath Tutorial in the calibre User Manual for examples.' ' See the XPath Tutorial in the calibre User Manual for examples.'
) )
), ),