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.
'''))