This commit is contained in:
Kovid Goyal 2020-10-01 18:43:41 +05:30
parent c44316fc27
commit be18bbfb04
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -252,8 +252,7 @@ def create_template_tab(self):
"With Text comparisons you can use exact, contains "
"or regular expression matches. With Date you can use "
"today, yesterday, etc. Set/not set takes 'true' for set "
"and 'false' for not set.")
+ '</p>')
"and 'false' for not set.") + '</p>')
l.addRow(_('Template &value:'), le)
self.template_test_type_box = le = QComboBox(w)