]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 158527: Fix up description for the editbugs group so it is closer to...
authorjocuri%softhome.net <>
Mon, 9 Feb 2004 07:09:23 +0000 (07:09 +0000)
committerjocuri%softhome.net <>
Mon, 9 Feb 2004 07:09:23 +0000 (07:09 +0000)
checksetup.pl

index 9726986e0903e0ad6bbdc6457277037a71748081..2a24ad03c6c85388ca121883f5b41b89a106e833 100755 (executable)
@@ -3848,7 +3848,7 @@ AddGroup('admin', 'Administrators');
 
 
 if (!GroupDoesExist("editbugs")) {
-    my $id = AddGroup('editbugs', 'Can edit all aspects of any bug.', ".*");
+    my $id = AddGroup('editbugs', 'Can edit all bug fields.', ".*");
     my $sth = $dbh->prepare("SELECT userid FROM profiles");
     $sth->execute();
     while (my ($userid) = $sth->fetchrow_array()) {