diff --git a/src/calibre/ebooks/conversion/plugins/htmlz_output.py b/src/calibre/ebooks/conversion/plugins/htmlz_output.py index 7a2f1a282f..48ec94ac86 100644 --- a/src/calibre/ebooks/conversion/plugins/htmlz_output.py +++ b/src/calibre/ebooks/conversion/plugins/htmlz_output.py @@ -21,30 +21,41 @@ class HTMLZOutput(OutputFormatPlugin): author = 'John Schember' file_type = 'htmlz' commit_name = 'htmlz_output' + ui_data = { + 'css_choices': { + 'class': _('Use CSS classes'), + 'inline': _('Use the style attribute'), + 'tag': _('Use HTML tags wherever possible') + }, + 'sheet_choices': { + 'external': _('Use an external CSS file'), + 'inline': _('Use a