Minor modifications to catalog

This commit is contained in:
Sengian 2011-01-30 11:05:07 +01:00
parent 649bae6933
commit 23f2fc6202

View File

@ -232,6 +232,7 @@ class BIBTEX(CatalogPlugin): # {{{
help = _('The fields to output when cataloging books in the ' help = _('The fields to output when cataloging books in the '
'database. Should be a comma-separated list of fields.\n' 'database. Should be a comma-separated list of fields.\n'
'Available fields: %s.\n' 'Available fields: %s.\n'
'plus user-created custom fields.\n'
'Example: %s=title,authors,tags\n' 'Example: %s=title,authors,tags\n'
"Default: '%%default'\n" "Default: '%%default'\n"
"Applies to: BIBTEX output format")%(', '.join(FIELDS), "Applies to: BIBTEX output format")%(', '.join(FIELDS),