This commit is contained in:
Kovid Goyal 2010-03-28 08:04:37 +05:30
commit b727737d9f

View File

@ -36,7 +36,7 @@ class MOBIOutput(OutputFormatPlugin):
recommended_value=False, level=OptionRecommendation.LOW, recommended_value=False, level=OptionRecommendation.LOW,
help=_('Disable compression of the file contents.') help=_('Disable compression of the file contents.')
), ),
OptionRecommendation(name='personal_doc', recommended_value='[kindle_pdoc]', OptionRecommendation(name='personal_doc', recommended_value='[PDOC]',
help=_('Tag marking book to be filed with Personal Docs') help=_('Tag marking book to be filed with Personal Docs')
), ),
]) ])