mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
TXT Input: Rename none formatting-type to plain to correspond to the output option.
This commit is contained in:
parent
e0a0c08839
commit
c5d6f9665b
@ -38,10 +38,10 @@ class TXTInput(InputFormatPlugin):
|
|||||||
'starts a paragraph.'
|
'starts a paragraph.'
|
||||||
'* unformatted: Most lines have hard line breaks, few/no blank lines or indents.')),
|
'* unformatted: Most lines have hard line breaks, few/no blank lines or indents.')),
|
||||||
OptionRecommendation(name='formatting_type', recommended_value='auto',
|
OptionRecommendation(name='formatting_type', recommended_value='auto',
|
||||||
choices=['auto', 'none', 'heuristic', 'textile', 'markdown'],
|
choices=['auto', 'plain', 'heuristic', 'textile', 'markdown'],
|
||||||
help=_('Formatting used within the document.'
|
help=_('Formatting used within the document.'
|
||||||
'* auto: Automatically decide which formatting processor to use.\n'
|
'* auto: Automatically decide which formatting processor to use.\n'
|
||||||
'* none: Do not process the document formatting. Everything is a '
|
'* plain: Do not process the document formatting. Everything is a '
|
||||||
'paragraph and no styling is applied.\n'
|
'paragraph and no styling is applied.\n'
|
||||||
'* heuristic: Process using heuristics to determine formatting such '
|
'* heuristic: Process using heuristics to determine formatting such '
|
||||||
'as chapter headings and italic text.\n'
|
'as chapter headings and italic text.\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user