diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 19:52:25 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 19:52:25 +0100 |
commit | d3583f0c0e30b775bc541f21e9764af624c7f367 (patch) | |
tree | 05deec6c76ab76106243026534954df108be6c67 /plugins/acl/localization | |
parent | a7d42915a4416c37a2c30e8372e54aacafa84444 (diff) |
Fix some glitches in ACL table display
Diffstat (limited to 'plugins/acl/localization')
-rw-r--r-- | plugins/acl/localization/en_US.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/acl/localization/en_US.inc b/plugins/acl/localization/en_US.inc index 3c61266be..2ddd7e103 100644 --- a/plugins/acl/localization/en_US.inc +++ b/plugins/acl/localization/en_US.inc @@ -19,7 +19,7 @@ $labels['sharing'] = 'Sharing'; $labels['myrights'] = 'Access Rights'; $labels['username'] = 'User:'; -$labels['advanced'] = 'advanced mode'; +$labels['advanced'] = 'Advanced mode'; $labels['newuser'] = 'Add entry'; $labels['actions'] = 'Access right actions...'; $labels['anyone'] = 'All users (anyone)'; |