summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/groupsecurity.html.tmpl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2005-10-22 22:07:05 +0200
committerbugreport%peshkin.net <>2005-10-22 22:07:05 +0200
commitd0042bb7c9340ef4dd80b3abe3b2f45ed4bf862b (patch)
tree5e6ba1c72c6a1ca951034e09789ad600519ab5b5 /template/en/default/admin/params/groupsecurity.html.tmpl
parent6d4505ccf740f740fd4f3ffa438316f0b81a61c0 (diff)
downloadbugzilla-d0042bb7c9340ef4dd80b3abe3b2f45ed4bf862b.tar.gz
bugzilla-d0042bb7c9340ef4dd80b3abe3b2f45ed4bf862b.tar.xz
Bug 312787 When strict_isolation is set, do not permit users to alter deps on bugs unless they can edit both bugs
Patch by Joel Peshkin <bugreport@peshkin.net> r=kiko, a=justdave
Diffstat (limited to 'template/en/default/admin/params/groupsecurity.html.tmpl')
-rw-r--r--template/en/default/admin/params/groupsecurity.html.tmpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl
index d4e219a88..9016a7038 100644
--- a/template/en/default/admin/params/groupsecurity.html.tmpl
+++ b/template/en/default/admin/params/groupsecurity.html.tmpl
@@ -49,6 +49,12 @@
usevisibilitygroups => "Do you wish to restrict visibility of users to members of " _
"specific groups?",
- strict_isolation => "Don't allow users to assign, be qa-contacts or add to CC list " _
- "any user that do not have permission to edit the bug." }
+ strict_isolation => "Don't allow users to be assigned to, " _
+ "be qa-contacts on, " _
+ "be added to CC list, " _
+ "or make or remove dependencies " _
+ "involving any bug that is in a product on which that " _
+ "user is forbidden to edit.",
+
+ }
%]