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 manage_users_cli(path=None):
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'),