From 0f43a9f1b53527a475c54f0fba96aadb4de42274 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Mon, 9 Feb 2004 07:09:23 +0000 Subject: Patch for bug 158527: Fix up description for the editbugs group so it is closer to the reality; r=kiko; a=justdave. --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 9726986e0..2a24ad03c 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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()) { -- cgit v1.2.3-24-g4f1b