mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0e56c4eede
commit
ce0a0c477b
@ -154,7 +154,7 @@ class FB2Output(OutputFormatPlugin):
|
|||||||
options = set([
|
options = set([
|
||||||
OptionRecommendation(name='sectionize',
|
OptionRecommendation(name='sectionize',
|
||||||
recommended_value='files', level=OptionRecommendation.LOW,
|
recommended_value='files', level=OptionRecommendation.LOW,
|
||||||
choices=ui_data['sectionize'],
|
choices=list(ui_data['sectionize']),
|
||||||
help=_('Specify how sections are created:\n'
|
help=_('Specify how sections are created:\n'
|
||||||
' * nothing: {nothing}\n'
|
' * nothing: {nothing}\n'
|
||||||
' * files: {files}\n'
|
' * files: {files}\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user