mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Special help message for calibre_bookmarks.txt
This commit is contained in:
parent
93ba080098
commit
66d462d28c
@ -54,6 +54,13 @@ class Unmanifested(BadLink):
|
|||||||
def __init__(self, name):
|
def __init__(self, name):
|
||||||
BadLink.__init__(self, _(
|
BadLink.__init__(self, _(
|
||||||
'The file %s is not listed in the manifest') % name, name)
|
'The file %s is not listed in the manifest') % name, name)
|
||||||
|
if name == 'META-INF/calibre_bookmarks.txt':
|
||||||
|
self.HELP = _(
|
||||||
|
'This file stores the bookmarks and last opened information from'
|
||||||
|
' the calibre ebook viewer. You can remove it if you do not'
|
||||||
|
' need that information, or dont want to share it with'
|
||||||
|
' other people you send this book to.')
|
||||||
|
|
||||||
|
|
||||||
def check_links(container):
|
def check_links(container):
|
||||||
links_map = defaultdict(set)
|
links_map = defaultdict(set)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user