diff options
author | Simon Green <sgreen@redhat.com> | 2013-12-19 06:42:55 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-12-19 06:42:55 +1000 |
commit | eda2c8f8f6fd009e2b2621a4fc839c8697ebcf7b (patch) | |
tree | f442e68390afbff48fc04af6d2a1e13a544fb20b /template/en | |
parent | 9e7ad08c56aacbe889b614ee2394b58b108c9ca2 (diff) | |
download | bugs-eda2c8f8f6fd009e2b2621a4fc839c8697ebcf7b.tar bugs-eda2c8f8f6fd009e2b2621a4fc839c8697ebcf7b.tar.gz bugs-eda2c8f8f6fd009e2b2621a4fc839c8697ebcf7b.tar.bz2 bugs-eda2c8f8f6fd009e2b2621a4fc839c8697ebcf7b.tar.xz bugs-eda2c8f8f6fd009e2b2621a4fc839c8697ebcf7b.zip |
Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of "all of the groups")
r=gerv, a=sgreen
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/groupsecurity.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl index c9dbf5b4b..52f12e3c5 100644 --- a/template/en/default/admin/params/groupsecurity.html.tmpl +++ b/template/en/default/admin/params/groupsecurity.html.tmpl @@ -45,7 +45,7 @@ "involving any bug that is in a product on which that " _ "user is forbidden to edit.", - or_groups => "Define the visibility of a $terms.bug which is in multiple " _ + or_groups => "Define the visibility of $terms.abug which is in multiple " _ "groups. If this is on (recommended), a user only needs to " _ "be a member of one of the $terms.bug's groups in order to " _ "view it. If it is off, a user needs to be a member of all " _ |