diff options
author | timeless%mozdev.org <> | 2006-03-22 13:39:34 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-03-22 13:39:34 +0100 |
commit | 21f9f93fc8a01135294244d8cc39d0ec469cb7f3 (patch) | |
tree | 96ee70ddef8658087edbf659c53040ead94e29be /template/en | |
parent | 96ed0530c5cb91a55823551e016279e41ae9c1b0 (diff) | |
download | bugzilla-21f9f93fc8a01135294244d8cc39d0ec469cb7f3.tar.gz bugzilla-21f9f93fc8a01135294244d8cc39d0ec469cb7f3.tar.xz |
Bug 331003 auth_failure uses "put people in or out"
r=mkanat a=myk
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 12cbee70a..190b5d125 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -119,7 +119,7 @@ [% IF reason %] [% IF group %] and [% END %] [% IF reason == "cant_bless" %] - you don't have permissions to put people in or out of any group, + you don't have permissions to add or remove people from a group, [% ELSIF reason == "not_visible" %] there are visibility restrictions on certain user groups, [% END %] |