mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix typo in help string
This commit is contained in:
parent
81bba5c959
commit
b6d7f624f4
@ -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.')),
|
'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'],
|
OptionRecommendation(name='pdf_standard_font', choices=ui_data['font_types'],
|
||||||
recommended_value='serif', help=_(
|
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',
|
OptionRecommendation(name='pdf_default_font_size',
|
||||||
recommended_value=20, help=_(
|
recommended_value=20, help=_(
|
||||||
'The default font size (in pixels)')),
|
'The default font size (in pixels)')),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user