mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6ddf112fb5
commit
08ab604ea8
@ -679,7 +679,7 @@ class User(QWidget):
|
||||
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…
x
Reference in New Issue
Block a user