Re string changes commit: all the search types are capitalized except the one that was changed. I changed it to capitalize the "Not". Alternative change I didn't make: uncapitalize all of them.

This commit is contained in:
Charles Haley 2024-03-09 07:28:04 +00:00
parent 25ad85a69c
commit 82610b34ec

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)