From 67ee0726e9afea6051b1f93cf355932fff6ae920 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 14 Sep 2011 11:07:52 -0600 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/plumber.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py index 7f38106229..df1098da8f 100644 --- a/src/calibre/ebooks/conversion/plumber.py +++ b/src/calibre/ebooks/conversion/plumber.py @@ -370,7 +370,8 @@ OptionRecommendation(name='remove_paragraph_spacing_indent_size', 'sets a paragraph indent, to ensure that paragraphs can be easily ' 'distinguished. This option controls the width of that indent (in em). ' 'If you set this value to 0, then the indent specified in the input ' - 'document is used.') + 'document is used, unless you also set the insert line between ' + 'paragraphs option.') ), OptionRecommendation(name='prefer_metadata_cover',