mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
dd2d98b187
commit
d8fd9b8bc6
@ -248,7 +248,7 @@ class SearchBar(QFrame): # {{{
|
|||||||
QSizePolicy.Minimum)
|
QSizePolicy.Minimum)
|
||||||
self.search_button.clicked.connect(parent.do_search_button)
|
self.search_button.clicked.connect(parent.do_search_button)
|
||||||
self.search_button.setToolTip(
|
self.search_button.setToolTip(
|
||||||
_('Do Quick Search (you can also press the Enter key)'))
|
_('Do quick search (you can also press the Enter key)'))
|
||||||
|
|
||||||
x = parent.highlight_only_button = QToolButton(self)
|
x = parent.highlight_only_button = QToolButton(self)
|
||||||
x.setAutoRaise(True)
|
x.setAutoRaise(True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user