Update tooltip in another place

This commit is contained in:
Kovid Goyal 2020-03-25 14:57:58 +05:30
parent 779f674aa8
commit 3aae819bba
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -30,7 +30,8 @@ class ModeBox(QComboBox):
'''Select how the search expression is interpreted '''Select how the search expression is interpreted
<dl> <dl>
<dt><b>Normal</b></dt> <dt><b>Normal</b></dt>
<dd>The search expression is treated as normal text, calibre will look for the exact text.</dd> <dd>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.</dd>
<dt><b>Regex</b></dt> <dt><b>Regex</b></dt>
<dd>The search expression is interpreted as a regular expression. See the User Manual for more help on using regular expressions.</dd> <dd>The search expression is interpreted as a regular expression. See the User Manual for more help on using regular expressions.</dd>
</dl>''')) </dl>'''))