From 3aae819bba87336ea982bce8944aa03fb69d141f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Mar 2020 14:57:58 +0530 Subject: [PATCH] Update tooltip in another place --- src/calibre/gui2/tweak_book/text_search.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/text_search.py b/src/calibre/gui2/tweak_book/text_search.py index 0f00763580..b3bfba7c46 100644 --- a/src/calibre/gui2/tweak_book/text_search.py +++ b/src/calibre/gui2/tweak_book/text_search.py @@ -30,7 +30,8 @@ class ModeBox(QComboBox): '''Select how the search expression is interpreted
Normal
-
The search expression is treated as normal text, calibre will look for the exact text.
+
The search expression is treated as normal text, calibre will look for the exact text, + except that spaces are allowed to match any number of spaces and line breaks.
Regex
The search expression is interpreted as a regular expression. See the User Manual for more help on using regular expressions.
'''))