This commit is contained in:
Kovid Goyal 2016-01-06 17:15:50 +05:30
parent c02d8d6b31
commit 780625e18e

View File

@ -66,7 +66,7 @@ class PDFOutput(OutputFormatPlugin):
'are %s') % PAPER_SIZES),
OptionRecommendation(name='custom_size', recommended_value=None,
help=_('Custom size of the document. Use the form widthxheight '
'EG. `123x321` to specify the width and height. '
'e.g. `123x321` to specify the width and height. '
'This overrides any specified paper-size.')),
OptionRecommendation(name='preserve_cover_aspect_ratio',
recommended_value=False,