mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update tooltip in another place
This commit is contained in:
parent
779f674aa8
commit
3aae819bba
@ -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>'''))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user