From 33d1770d725a94a7a6ab9faf9e295e7fddc66659 Mon Sep 17 00:00:00 2001 From: John Schember Date: Fri, 28 Jan 2011 22:39:19 -0500 Subject: [PATCH] TXT Output: rename txt_output_formatting choice none plain. --- src/calibre/ebooks/txt/output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/ebooks/txt/output.py b/src/calibre/ebooks/txt/output.py index c498e7093e..d54119753b 100644 --- a/src/calibre/ebooks/txt/output.py +++ b/src/calibre/ebooks/txt/output.py @@ -47,9 +47,9 @@ class TXTOutput(OutputFormatPlugin): 'is present. Also allows max-line-length to be below the minimum')), OptionRecommendation(name='txt_output_formatting', recommended_value='none', - choices=['none', 'markdown', 'textile'], + choices=['plain', 'markdown', 'textile'], help=_('Formatting used within the document.\n' - '* none: Produce plain text.\n' + '* plain: Produce plain text.\n' '* markdown: Produce Markdown formatted text.\n' '* textile: Produce Textile formatted text.')), OptionRecommendation(name='keep_links',