String changes

This commit is contained in:
Kovid Goyal 2020-03-28 07:51:10 +05:30
parent dd2d98b187
commit d8fd9b8bc6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -248,7 +248,7 @@ class SearchBar(QFrame): # {{{
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)