From 5e97d465df4c75e59db57badf3f2e4497eceeec4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 10 Feb 2014 07:44:51 +0530 Subject: [PATCH] Catalogs: Fix an error when generating catalogs via calibredb from the command line on non-English installs --- src/calibre/library/catalogs/epub_mobi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/catalogs/epub_mobi.py b/src/calibre/library/catalogs/epub_mobi.py index e2c80b8cdc..cc37036a9f 100644 --- a/src/calibre/library/catalogs/epub_mobi.py +++ b/src/calibre/library/catalogs/epub_mobi.py @@ -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"