mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 07:25:43 +01:00
...
This commit is contained in:
parent
9bd2332d2c
commit
23fe6dc98b
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue