summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-02-09 08:09:23 +0100
committerjocuri%softhome.net <>2004-02-09 08:09:23 +0100
commit0f43a9f1b53527a475c54f0fba96aadb4de42274 (patch)
tree28d1e5c5f1218818522f0d6bafa49db77192d511 /checksetup.pl
parent3c38ffb5b71360d4fa7a4762cbbdd68abbf41ce5 (diff)
downloadbugzilla-0f43a9f1b53527a475c54f0fba96aadb4de42274.tar.gz
bugzilla-0f43a9f1b53527a475c54f0fba96aadb4de42274.tar.xz
Patch for bug 158527: Fix up description for the editbugs group so it is closer to the reality; r=kiko; a=justdave.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
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()) {