string changes

This commit is contained in:
Kovid Goyal 2024-03-09 08:26:57 +05:30
parent bb4807cf99
commit abb75711b2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -275,7 +275,7 @@ def create_template_tab(self):
"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 "
"Set use 'true' or 'yes'. When checking for Not Set use 'false' "
"Set use 'true' or 'yes'. When checking for not set use 'false' "
"or 'no'") + '</p>')
l.addRow(_('Template &value:'), le)