diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 19:52:25 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 22:50:15 +0100 |
commit | affabd9a4b24d08ac4beb5828fc0103b4f36e3ef (patch) | |
tree | 8fbb63fc3d3c632c627142872deb77d64cb821f7 /plugins/acl/localization | |
parent | f147849bb05a48fe721851b2ebc2d0d746e2ca75 (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 390a08b02..ce665768a 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['editperms'] = 'Edit permissions'; $labels['actions'] = 'Access right actions...'; |