From 91ca2cc9277fbf7f09faca28ac8ecbc7d7490d1a Mon Sep 17 00:00:00 2001 From: John Schember Date: Fri, 8 May 2009 07:48:20 -0400 Subject: [PATCH] GUI Convert: pdf output options widget. --- src/calibre/ebooks/pdf/output.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/ebooks/pdf/output.py b/src/calibre/ebooks/pdf/output.py index 0cc73931f4..bed5342bb4 100644 --- a/src/calibre/ebooks/pdf/output.py +++ b/src/calibre/ebooks/pdf/output.py @@ -35,7 +35,8 @@ class PDFOutput(OutputFormatPlugin): 'Note: This does not override the unit for margins!' % UNITS.keys())), OptionRecommendation(name='paper_size', recommended_value='letter', level=OptionRecommendation.LOW, choices=PAPER_SIZES.keys(), - help=_('The size of the paper. Default is letter. Choices ' + help=_('The size of the paper. This size will be overridden when an ' + 'output profile is used. Default is letter. Choices ' 'are %s' % PAPER_SIZES.keys())), OptionRecommendation(name='custom_size', recommended_value=None, help=_('Custom size of the document. Use the form widthxheight '