summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-18 01:31:02 +0100
committertravis%sedsystems.ca <>2005-02-18 01:31:02 +0100
commit2c2bce1a6c7d3e17934d6f079dabcb56df3b8488 (patch)
tree4a59df3699be00d5f41e3e2f3c612bbc340870f1 /template
parent5e17f7d9d649af2cb399e834d97ad7762af09566 (diff)
downloadbugzilla-2c2bce1a6c7d3e17934d6f079dabcb56df3b8488.tar.gz
bugzilla-2c2bce1a6c7d3e17934d6f079dabcb56df3b8488.tar.xz
Bug 240252 : "users who are a" is awkward and should be rewritten
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=mkanat a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/products/groupcontrol/edit.html.tmpl18
1 files changed, 11 insertions, 7 deletions
diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
index 6bd30040d..4f13e6f22 100644
--- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
@@ -179,7 +179,7 @@ this group according to the following definitions.
</td>
<td>
[% terms.Bugs %] in this product are permitted to be restricted to this
- group. Users who are a member of this group will be able to place [% terms.bugs %] in
+ group. Users who are members of this group will be able to place [% terms.bugs %] in
this group.
</td>
</tr>
@@ -218,7 +218,7 @@ this group according to the following definitions.
</td>
<td>
[% terms.Bugs %] in this product are permitted to be restricted to this
- group. Users who are a member of this group will be able to place [% terms.bugs %]
+ group. Users who are members of this group will be able to place [% terms.bugs %]
in this group. Non-members will be forced to restrict [% terms.bugs %] to
this group when they initially enter [% terms.abug %] in this product.
</td>
@@ -232,7 +232,7 @@ this group according to the following definitions.
</td>
<td>
[% terms.Bugs %] in this product are permitted to be restricted to this
- group and are placed in this group by default. Users who are a member of this
+ group and are placed in this group by default. Users who are members of this
group will be able to place [% terms.bugs %] in this group.
</td>
</tr>
@@ -245,7 +245,7 @@ this group according to the following definitions.
</td>
<td>
[% terms.Bugs %] in this product are permitted to be restricted to this
- group and are placed in this group by default. Users who are a member of this group
+ group and are placed in this group by default. Users who are members of this group
will be able to place [% terms.bugs %] in this group. Non-members will be
able to restrict [% terms.bugs %] to this group on entry and will do so by default
</td>
@@ -259,7 +259,7 @@ this group according to the following definitions.
</td>
<td>
[% terms.Bugs %] in this product are permitted to be restricted to this
- group and are placed in this group by default. Users who are a member of this group
+ group and are placed in this group by default. Users who are members of this group
will be able to place [% terms.bugs %] in this group. Non-members will be forced
to place [% terms.bugs %] in this group on entry.
</td>
@@ -277,7 +277,11 @@ this group according to the following definitions.
</td>
</tr>
</table>
-
-
+<p>
+Please note that the above table delineates the only allowable combinations
+for the <b>MemberControl</b> and <b>OtherControl</b> field settings.
+Attempting to submit a combination not listed there (e.g. Mandatory/NA,
+Default/Shown, etc.) will produce an error message.
+</p>
[% PROCESS global/footer.html.tmpl %]