From 30d522527bc94bec0a3a22f2a182e34c4533eb3b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Dec 2013 19:03:46 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/polish/check/links.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/ebooks/oeb/polish/check/links.py b/src/calibre/ebooks/oeb/polish/check/links.py index a3bf323a09..011c378768 100644 --- a/src/calibre/ebooks/oeb/polish/check/links.py +++ b/src/calibre/ebooks/oeb/polish/check/links.py @@ -48,8 +48,8 @@ class UnreferencedDoc(UnreferencedResource): class Unmanifested(BadLink): HELP = _('This file is not listed in the book manifest. While not strictly necessary' - ' it is good practice to list all files in the manifest. Also some poorly' - ' designed EPUB readers can fail if files are not listed in the manifest.') + ' it is good practice to list all files in the manifest. Either list this' + ' file in the manifest or remove it from the book if it is an unnecessary file.') def __init__(self, name): BadLink.__init__(self, _(