Catalogs: Fix an error when generating catalogs via calibredb from the command line on non-English installs

This commit is contained in:
Kovid Goyal 2014-02-10 07:44:51 +05:30
parent d720c82cbe
commit 5e97d465df

View File

@ -122,7 +122,7 @@ class EPUB_MOBI(CatalogPlugin):
"Default: '%default'\n"
"Applies to: AZW3, ePub, MOBI output formats")),
Option('--genre-source-field',
default='Tags',
default=_('Tags'),
dest='genre_source_field',
action=None,
help=_("Source field for Genres section.\n"