mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:06:02 +02:00
String changes
This commit is contained in:
parent
b7d82235b8
commit
0e0fd406d8
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ def _refresh(self, book_id, key):
|
|||
a.setToolTip(
|
||||
'<p>' + _(
|
||||
'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.setCurrentRow(0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue