mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 06:53:15 +02:00
...
This commit is contained in:
parent
67182699dc
commit
d9ffee1518
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class EPUBOutput(OutputFormatPlugin):
|
|||
help=_('Split all HTML files larger than this size (in KB). '
|
||||
'This is necessary as most EPUB readers cannot handle large '
|
||||
'file sizes. The default of %defaultKB is the size required '
|
||||
'for Adobe Digital Editions.')
|
||||
'for Adobe Digital Editions. Set to 0 to disable size based splitting.')
|
||||
),
|
||||
|
||||
OptionRecommendation(name='no_default_epub_cover', recommended_value=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue