This commit is contained in:
Kovid Goyal 2013-12-09 19:03:46 +05:30
parent 5ce78c8fa3
commit 30d522527b

View File

@ -48,8 +48,8 @@ class UnreferencedDoc(UnreferencedResource):
class Unmanifested(BadLink): class Unmanifested(BadLink):
HELP = _('This file is not listed in the book manifest. While not strictly necessary' 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' ' it is good practice to list all files in the manifest. Either list this'
' designed EPUB readers can fail if files are not listed in the manifest.') ' file in the manifest or remove it from the book if it is an unnecessary file.')
def __init__(self, name): def __init__(self, name):
BadLink.__init__(self, _( BadLink.__init__(self, _(