mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 16:13:38 +02:00
...
This commit is contained in:
parent
6ddf112fb5
commit
08ab604ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ def update_restriction(self):
|
|||
b = _('Change the blocked libraries')
|
||||
else:
|
||||
m = _('{} is currently allowed access to all libraries')
|
||||
b = _('Restrict the &libraries {} can access'.format(self.username))
|
||||
b = _('Restrict the &libraries {} can access').format(self.username)
|
||||
self.restrict_button.setText(b),
|
||||
self.access_label.setText(m.format(username))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue