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:49:23 +0100 |
commit | f147849bb05a48fe721851b2ebc2d0d746e2ca75 (patch) | |
tree | af1a5d6da68accf244a6c86154490d03e725d6b4 /plugins/acl/localization | |
parent | eecd9ce0f908ffdff10613a0e2c55f2c28f093dc (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 3c61266be..390a08b02 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)'; |