mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Improve the tooltip for template search in the advanced dialog.
This commit is contained in:
parent
ea411bb6e6
commit
894f495f2e
@ -273,9 +273,10 @@ def create_template_tab(self):
|
|||||||
"in the calibre documentation. For example, with Number "
|
"in the calibre documentation. For example, with Number "
|
||||||
"comparisons you can use the relational operators like '>=' etc. "
|
"comparisons you can use the relational operators like '>=' etc. "
|
||||||
"With Text comparisons you can use contains (T), exact (=T), "
|
"With Text comparisons you can use contains (T), exact (=T), "
|
||||||
"or regular expression matches (~T). With Date you can use "
|
"or regular expression matches (~T), where T is your text. "
|
||||||
"today, yesterday, etc. Set/not set takes 'true' for set "
|
"With Date you can use today, yesterday, etc. When checking for "
|
||||||
"and 'false' for not set.") + '</p>')
|
"Set use 'true' or 'yes'. When checking for Not Set use 'false' "
|
||||||
|
"or 'no'") + '</p>')
|
||||||
l.addRow(_('Template &value:'), le)
|
l.addRow(_('Template &value:'), le)
|
||||||
|
|
||||||
self.template_test_type_box = le = QComboBox(w)
|
self.template_test_type_box = le = QComboBox(w)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user