From 82610b34ecffb448095b8780c87138a125cf5473 Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Sat, 9 Mar 2024 07:28:04 +0000 Subject: [PATCH] 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. --- 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 56bbac64cc..b4f05015cf 100644 --- a/src/calibre/gui2/dialogs/search.py +++ b/src/calibre/gui2/dialogs/search.py @@ -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'") + '

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