From ebe919a528121dea3dcbce37bb978c08888b9022 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 27 Jun 2014 16:10:16 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/polish/check/parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/oeb/polish/check/parsing.py b/src/calibre/ebooks/oeb/polish/check/parsing.py index 3acbcd325a..80fbd62d94 100644 --- a/src/calibre/ebooks/oeb/polish/check/parsing.py +++ b/src/calibre/ebooks/oeb/polish/check/parsing.py @@ -176,7 +176,7 @@ class NonUTF8(BaseError): BaseError.__init__(self, _('Non UTF-8 encoding declaration'), name) self.HELP = _('This file has its encoding declared as %s. Some' ' reader software cannot handle non-UTF8 encoded files.' - ' You should change the encoding to UTF-8.') + ' You should change the encoding to UTF-8.') % enc def __call__(self, container): raw = container.raw_data(self.name)