From 199967af6b32e40c9de02fb3dd774a7314fccf68 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Jul 2022 13:00:16 +0530 Subject: [PATCH] ... --- src/calibre/gui2/fts/search.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/fts/search.py b/src/calibre/gui2/fts/search.py index 6e6698bcca..c677fc9deb 100644 --- a/src/calibre/gui2/fts/search.py +++ b/src/calibre/gui2/fts/search.py @@ -647,7 +647,8 @@ class ResultDetails(QWidget): html.append('
') for fmt in formats: fmt = fmt.upper() - tt = _('Open the book, in the {fmt} format.\nWhen using the calibre viewer, it will attempt to scroll\nto this search result automatically.' + tt = _('Open the book, in the {fmt} format.\nWhen using the calibre E-book viewer, it will attempt to scroll\n' + 'to this search result automatically.' ).format(fmt=fmt) html.append(f'{fmt}\xa0 ') html.append(f'

{text}

')