This commit is contained in:
Kovid Goyal 2020-11-01 12:25:57 +05:30
parent b0da277718
commit 691a281b75
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -310,7 +310,7 @@ class CreateVirtualLibrary(QDialog): # {{{
class SearchRestrictionMixin(object):
no_restriction = _('<None>')
no_restriction = '<' + _('None') + '>'
def __init__(self, *args, **kwargs):
pass