mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 23:04:36 +01:00
string changes
This commit is contained in:
parent
e7e53e84f4
commit
ed7d57358e
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ def __init__(self, parent):
|
|||
b.setIcon(QIcon(I('search.png')))
|
||||
b.setCheckable(True)
|
||||
b.setChecked(gprefs.get('tag browser search box visible', False))
|
||||
b.setToolTip(_('Search for items in the Tag browser'))
|
||||
b.setToolTip(_('Find item in the Tag browser'))
|
||||
b.setAutoRaise(True)
|
||||
b.toggled.connect(self.update_searchbar_state)
|
||||
self.update_searchbar_state()
|
||||
|
|
|
|||
Loading…
Reference in a new issue