From f54c3fba1e3c6ce2ced9440d3226c0f3a030e2aa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Jul 2022 08:23:14 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/dialogs/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/dialogs/search.py b/src/calibre/gui2/dialogs/search.py index f2b11b4bf5..35a473cdfb 100644 --- a/src/calibre/gui2/dialogs/search.py +++ b/src/calibre/gui2/dialogs/search.py @@ -31,8 +31,8 @@ def init_dateop(cb): ('>', _('after')), ('<=', _('before or equal to')), ('>=', _('after or equal to')), - ('s', _('set')), - ('u', _('unset')), + ('s', _('is set')), + ('u', _('is unset')), ]: cb.addItem(desc, op)