String changes

This commit is contained in:
Kovid Goyal 2020-05-15 10:33:32 +05:30
parent b7d82235b8
commit 0e0fd406d8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -505,7 +505,7 @@ class Quickview(QDialog, Ui_Quickview):
a.setToolTip( a.setToolTip(
'<p>' + _( '<p>' + _(
'Click to show only books with this item. ' 'Click to show only books with this item. '
'Double click to search for this item in the tag browser') + '</p>') 'Double click to search for this item in the Tag browser') + '</p>')
self.items.addItem(a) self.items.addItem(a)
self.items.setCurrentRow(0) self.items.setCurrentRow(0)