mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:43:51 +02:00
String changes
This commit is contained in:
parent
dd2d98b187
commit
d8fd9b8bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ def __init__(self, parent):
|
|||
QSizePolicy.Minimum)
|
||||
self.search_button.clicked.connect(parent.do_search_button)
|
||||
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.setAutoRaise(True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue