This commit is contained in:
Kovid Goyal 2017-12-05 14:09:45 +05:30
parent 9bd2332d2c
commit 23fe6dc98b
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -140,7 +140,7 @@ def change_restriction(username):
for k, v in r['library_restrictions'].iteritems():
prints(k + ':', v)
else:
prints(_('{} has the no additional per-library restrictions'))
prints(_('{} has no additional per-library restrictions').format(username))
c = choice(
choices=[
_('Allow access to all libraries'),