diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 22:48:51 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 22:48:51 +0100 |
commit | f8a57ebd94941b685287895519fa7427f8e30b3b (patch) | |
tree | 09b8c81ec9ed12f922d99bc9552692777bfeaa3c /plugins/acl/localization | |
parent | 63eae4a196372bc60c22a7f39d15ef4f448eb738 (diff) |
Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration
Diffstat (limited to 'plugins/acl/localization')
-rw-r--r-- | 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 2ddd7e103..ce665768a 100644 --- a/plugins/acl/localization/en_US.inc +++ b/plugins/acl/localization/en_US.inc @@ -21,6 +21,7 @@ $labels['myrights'] = 'Access Rights'; $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)'; |