mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-31 02:55:19 -04:00
string changes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user