This commit is contained in:
Kovid Goyal
2018-06-28 13:49:55 +05:30
parent 6ddf112fb5
commit 08ab604ea8
+1 -1
View File
@@ -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))