From b6d7f624f408931f5f2a3d670b2aef822174cec0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 14 Aug 2023 08:57:44 +0530 Subject: [PATCH] Fix typo in help string --- 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 aef98b5272..52389d7ed3 100644 --- a/src/calibre/ebooks/conversion/plugins/pdf_output.py +++ b/src/calibre/ebooks/conversion/plugins/pdf_output.py @@ -63,7 +63,7 @@ class PDFOutput(OutputFormatPlugin): 'The font family used to render monospace fonts. Will work only if the font is available system-wide.')), OptionRecommendation(name='pdf_standard_font', choices=ui_data['font_types'], recommended_value='serif', help=_( - 'The font family used to render monospace fonts')), + 'The type of font family used to render font for which no font family is specified.')), OptionRecommendation(name='pdf_default_font_size', recommended_value=20, help=_( 'The default font size (in pixels)')),