From 23fe6dc98b54847a2c451a7216fd1c8ec6bdd1db Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 5 Dec 2017 14:09:45 +0530 Subject: [PATCH] ... --- src/calibre/srv/manage_users_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/srv/manage_users_cli.py b/src/calibre/srv/manage_users_cli.py index e5ed88ab22..70ee4aada0 100644 --- a/src/calibre/srv/manage_users_cli.py +++ b/src/calibre/srv/manage_users_cli.py @@ -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'),