mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
cd61132d9d
commit
99467a5c8c
@ -274,7 +274,7 @@ def create_template_tab(self):
|
||||
"comparisons you can use the relational operators like '>=' etc. "
|
||||
"With Text comparisons you can use contains (T), exact (=T), "
|
||||
"or regular expression matches (~T), where T is your text. "
|
||||
"With Date you can use today, yesterday, etc. When checking for "
|
||||
"With Date you can use 'today', 'yesterday', etc. When checking for "
|
||||
"Set use 'true' or 'yes'. When checking for Not set use 'false' "
|
||||
"or 'no'") + '</p>')
|
||||
l.addRow(_('Template &value:'), le)
|
||||
|
Loading…
x
Reference in New Issue
Block a user