mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
e4ebd72a69
commit
f54c3fba1e
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user