From 99467a5c8c3b602355955af6c2cb4d2e68fb15e7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Mar 2024 08:50:17 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/dialogs/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/dialogs/search.py b/src/calibre/gui2/dialogs/search.py index b4f05015cf..4204036a1b 100644 --- a/src/calibre/gui2/dialogs/search.py +++ b/src/calibre/gui2/dialogs/search.py @@ -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'") + '

') l.addRow(_('Template &value:'), le)