mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Catalogs: Fix an error when generating catalogs via calibredb from the command line on non-English installs
This commit is contained in:
parent
d720c82cbe
commit
5e97d465df
@ -122,7 +122,7 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
"Default: '%default'\n"
|
"Default: '%default'\n"
|
||||||
"Applies to: AZW3, ePub, MOBI output formats")),
|
"Applies to: AZW3, ePub, MOBI output formats")),
|
||||||
Option('--genre-source-field',
|
Option('--genre-source-field',
|
||||||
default='Tags',
|
default=_('Tags'),
|
||||||
dest='genre_source_field',
|
dest='genre_source_field',
|
||||||
action=None,
|
action=None,
|
||||||
help=_("Source field for Genres section.\n"
|
help=_("Source field for Genres section.\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user