diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2014-07-10 10:29:41 +0200 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-07-10 10:29:41 +0200 |
commit | 2b7da8b753521f803556416c0f01d6910dc31d76 (patch) | |
tree | e722a27cb35ec2d45784c4a8a9e92877721c179b /template/en/default/admin | |
parent | 515a56de63c46fa3717ec853282d700dadd0c47d (diff) | |
download | bugzilla-2b7da8b753521f803556416c0f01d6910dc31d76.tar.gz bugzilla-2b7da8b753521f803556416c0f01d6910dc31d76.tar.xz |
Bug 248994 - Edit user page description for inherited privs should use all instead of any for lists. r=gerv, a=sgreen.
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/users/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index a0b75e6d7..b67e9ae76 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -127,7 +127,7 @@ </p> </form> <p> - User is a member of any groups shown with a check or grey bar. + User is a member of all groups shown with a check or grey bar. A grey bar indicates indirect membership, either derived from other groups (marked with square brackets) or via regular expression (marked with '*'). |