mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:23:09 +02:00
...
This commit is contained in:
parent
b0da277718
commit
691a281b75
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ def accept(self):
|
|||
|
||||
class SearchRestrictionMixin(object):
|
||||
|
||||
no_restriction = _('<None>')
|
||||
no_restriction = '<' + _('None') + '>'
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue