From f8a57ebd94941b685287895519fa7427f8e30b3b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 04 Feb 2014 16:48:51 -0500 Subject: [PATCH] Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration --- plugins/acl/localization/en_US.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/plugins/acl/localization/en_US.inc b/plugins/acl/localization/en_US.inc index 2ddd7e1..ce66576 100644 --- a/plugins/acl/localization/en_US.inc +++ b/plugins/acl/localization/en_US.inc @@ -21,6 +21,7 @@ $labels['username'] = 'User:'; $labels['advanced'] = 'Advanced mode'; $labels['newuser'] = 'Add entry'; +$labels['editperms'] = 'Edit permissions'; $labels['actions'] = 'Access right actions...'; $labels['anyone'] = 'All users (anyone)'; $labels['anonymous'] = 'Guests (anonymous)'; -- Gitblit v1.9.1