Set replace_scene_breaks cmd default to match GUI default.

This commit is contained in:
John Schember 2011-02-01 18:26:41 -05:00
parent 8fc4e9a490
commit 7355acd7af

View File

@ -532,7 +532,7 @@ OptionRecommendation(name='format_scene_breaks',
'horizontal rules.')),
OptionRecommendation(name='replace_scene_breaks',
recommended_value=None, level=OptionRecommendation.LOW,
recommended_value='', level=OptionRecommendation.LOW,
help=_('Replace scene breaks with the specified text.')),
OptionRecommendation(name='dehyphenate',