summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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()) {