From: jocuri%softhome.net <>
Date: Wed, 2 Jun 2004 04:30:29 +0000 (+0000)
Subject: Patch for bug 240252: rewrite "users who are a" on editproducts.cgi; r=kiko; a=myk.
X-Git-Tag: bugzilla-2.18rc1~45
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d71735586813a65dffc484454a528c6ea112b6d1;p=thirdparty%2Fbugzilla.git
Patch for bug 240252: rewrite "users who are a" on editproducts.cgi; r=kiko; a=myk.
---
diff --git a/editproducts.cgi b/editproducts.cgi
index 4fa2cb43df..8cf9a309d7 100755
--- a/editproducts.cgi
+++ b/editproducts.cgi
@@ -1418,7 +1418,7 @@ if ($action eq 'editgroupcontrols') {
print "
Shown | \n";
print "NA | \n";
print "Bugs in this product are permitted to be restricted to this ";
- print "group. Users who are a member of this group will be able ";
+ print "group. Users who are members of this group will be able ";
print "to place bugs in this group. | \n";
print "";
print "Shown | \n";
@@ -1437,7 +1437,7 @@ if ($action eq 'editgroupcontrols') {
print "Shown | \n";
print "Mandatory | \n";
print "Bugs in this product are permitted to be restricted to this ";
- print "group. Users who are a member of this group will be able ";
+ print "group. Users who are members of this group will be able ";
print "to place bugs in this group.";
print "Non-members will be forced to restrict bugs to this group ";
print "when they initially enter a bug in this product.";
@@ -1447,14 +1447,14 @@ if ($action eq 'editgroupcontrols') {
print " | NA | \n";
print "Bugs in this product are permitted to be restricted to this ";
print "group and are placed in this group by default.";
- print "Users who are a member of this group will be able ";
+ print "Users who are members of this group will be able ";
print "to place bugs in this group. | \n";
print "
";
print "Default | \n";
print "Default | \n";
print "Bugs in this product are permitted to be restricted to this ";
print "group and are placed in this group by default.";
- print "Users who are a member of this group will be able ";
+ print "Users who are members of this group will be able ";
print "to place bugs in this group. Non-members will be able to ";
print "restrict bugs to this group on entry and will do so by default ";
print " | \n";
@@ -1463,7 +1463,7 @@ if ($action eq 'editgroupcontrols') {
print "Mandatory | \n";
print "Bugs in this product are permitted to be restricted to this ";
print "group and are placed in this group by default.";
- print "Users who are a member of this group will be able ";
+ print "Users who are members of this group will be able ";
print "to place bugs in this group. Non-members will be forced ";
print "to place bugs in this group on entry.";
print " |
";