diff --git a/src/calibre/ebooks/conversion/plugins/pdf_output.py b/src/calibre/ebooks/conversion/plugins/pdf_output.py index 56c8d94e32..df1356a6e9 100644 --- a/src/calibre/ebooks/conversion/plugins/pdf_output.py +++ b/src/calibre/ebooks/conversion/plugins/pdf_output.py @@ -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,