string changes

This commit is contained in:
Kovid Goyal 2022-07-10 08:23:14 +05:30
parent e4ebd72a69
commit f54c3fba1e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)