mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 15:35:55 +01:00
...
This commit is contained in:
parent
0e56c4eede
commit
ce0a0c477b
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class FB2Output(OutputFormatPlugin):
|
|||
options = set([
|
||||
OptionRecommendation(name='sectionize',
|
||||
recommended_value='files', level=OptionRecommendation.LOW,
|
||||
choices=ui_data['sectionize'],
|
||||
choices=list(ui_data['sectionize']),
|
||||
help=_('Specify how sections are created:\n'
|
||||
' * nothing: {nothing}\n'
|
||||
' * files: {files}\n'
|
||||
|
|
|
|||
Loading…
Reference in a new issue