From 8626437fe19d52ca34095584cb02752d2b61b365 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 23 Feb 2016 22:04:48 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/plugins/pdf_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plugins/pdf_output.py b/src/calibre/ebooks/conversion/plugins/pdf_output.py index df1356a6e9..c59ebc9f7a 100644 --- a/src/calibre/ebooks/conversion/plugins/pdf_output.py +++ b/src/calibre/ebooks/conversion/plugins/pdf_output.py @@ -51,7 +51,7 @@ class PDFOutput(OutputFormatPlugin): options = set([ OptionRecommendation(name='override_profile_size', recommended_value=False, help=_('Normally, the PDF page size is set by the output profile' - ' chosen under page options. This option will cause the ' + ' chosen under the page setup options. This option will cause the ' ' page size settings under PDF Output to override the ' ' size specified by the output profile.')), OptionRecommendation(name='unit', recommended_value='inch',