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}

')