diff --git a/src/calibre/gui2/fts/search.py b/src/calibre/gui2/fts/search.py index 0fdd8a596d..644bdea81b 100644 --- a/src/calibre/gui2/fts/search.py +++ b/src/calibre/gui2/fts/search.py @@ -507,7 +507,7 @@ class ResultDetails(QWidget): sidx = fmt_sidx(results.series_index or 0, use_roman=config['use_roman_numerals_for_series_number']) text += '

' + _('{series_index} of {series}').format(series_index=sidx, series=results.series) + '

' text += '

\xa0{0}\xa0\xa0\xa0 '.format( - _('Show'), '

' + _('Scroll to this book in the book list and select it.')) + _('Select'), '

' + _('Scroll to this book in the calibre library book list and select it.')) text += '\xa0{0}

'.format( _('Mark'), '

' + _( 'Put a pin on this book in the calibre library, for future reference.'