From d8fd9b8bc69bc45e506fc585bc2085057a399508 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 28 Mar 2020 07:51:10 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/layout.py b/src/calibre/gui2/layout.py index ddd14b023b..18e6d748cf 100644 --- a/src/calibre/gui2/layout.py +++ b/src/calibre/gui2/layout.py @@ -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)