change default personal_doc -> '[PDOC]'

This commit is contained in:
GRiker 2010-03-27 06:04:34 -07:00
parent 9ec2940174
commit 9226d7e95e

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')
), ),
]) ])