From: jocuri%softhome.net <> Date: Mon, 9 Feb 2004 07:09:23 +0000 (+0000) Subject: Patch for bug 158527: Fix up description for the editbugs group so it is closer to... X-Git-Tag: bugzilla-2.17.7~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f43a9f1b53527a475c54f0fba96aadb4de42274;p=thirdparty%2Fbugzilla.git Patch for bug 158527: Fix up description for the editbugs group so it is closer to the reality; r=kiko; a=justdave. --- diff --git a/checksetup.pl b/checksetup.pl index 9726986e09..2a24ad03c6 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()) {