]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 240252 : "users who are a" is awkward and should be rewritten
authortravis%sedsystems.ca <>
Fri, 18 Feb 2005 00:31:02 +0000 (00:31 +0000)
committertravis%sedsystems.ca <>
Fri, 18 Feb 2005 00:31:02 +0000 (00:31 +0000)
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=mkanat  a=myk

template/en/default/admin/products/groupcontrol/edit.html.tmpl

index 6bd30040d467041a67f990b276d976e7f6e69a7f..4f13e6f22969a30885d84bf27f4ac721a8e63ac3 100644 (file)
@@ -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 %]