diff --git a/src/calibre/ebooks/metadata/book/render.py b/src/calibre/ebooks/metadata/book/render.py index b4a8fde5b0..0c50e6235b 100644 --- a/src/calibre/ebooks/metadata/book/render.py +++ b/src/calibre/ebooks/metadata/book/render.py @@ -214,7 +214,7 @@ def mi_to_html( prepare_string_for_xml(durl)) if show_links: link = '{}{}'.format(action(scheme, book_id=book_id, loc=loc), - prepare_string_for_xml(path, True), _('Click to open'), extra) + prepare_string_for_xml(path, True), _('Book files'), extra) if not isdevice: data_path = os.path.join(path, DATA_DIR_NAME) with suppress(OSError):