mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c72a6315c2
commit
244dc86a68
@ -436,9 +436,9 @@ class EPUBMetadataWriter(MetadataWriterPlugin):
|
|||||||
set_metadata(stream, mi, apply_null=self.apply_null, force_identifiers=self.force_identifiers, add_missing_cover='disable-add-missing-cover' != q)
|
set_metadata(stream, mi, apply_null=self.apply_null, force_identifiers=self.force_identifiers, add_missing_cover='disable-add-missing-cover' != q)
|
||||||
|
|
||||||
def customization_help(self, gui=False):
|
def customization_help(self, gui=False):
|
||||||
return _('Enter {}disable-add-missing-cover{} below to have the EPUB metadata writer plugin not'
|
return _('Enter {0}{1}{2} below to have the EPUB metadata writer plugin not'
|
||||||
' add cover images to EPUB files that have no existing cover image.').format(
|
' add cover images to EPUB files that have no existing cover image.').format(
|
||||||
'<i>' if gui else '', '</i>' if gui else '')
|
'<i>' if gui else '', 'disable-add-missing-cover', '</i>' if gui else '')
|
||||||
|
|
||||||
class FB2MetadataWriter(MetadataWriterPlugin):
|
class FB2MetadataWriter(MetadataWriterPlugin):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user