From c17c2f96ec5728f6df63da3a6454b1c8fdfa40c9 Mon Sep 17 00:00:00 2001 From: GRiker Date: Fri, 6 Jul 2012 11:24:50 -0600 Subject: [PATCH] Added translation hook for 'Symbols' --- src/calibre/library/catalogs/epub_mobi_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/catalogs/epub_mobi_builder.py b/src/calibre/library/catalogs/epub_mobi_builder.py index e160886676..7cbd639fd7 100644 --- a/src/calibre/library/catalogs/epub_mobi_builder.py +++ b/src/calibre/library/catalogs/epub_mobi_builder.py @@ -42,7 +42,7 @@ class CatalogBuilder(object): DATE_RANGE=[30] # Text used in generated catalog for title section with other-than-ASCII leading letter - SYMBOLS = 'Symbols' + SYMBOLS = _('Symbols') # basename output file basename # creator dc:creator in OPF metadata