summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-11-24 20:34:46 +0100
committerGervase Markham <gerv@gerv.net>2014-11-24 20:34:46 +0100
commit3afc1b782bca835fd0a35e7162b29c1972704eff (patch)
tree94dc07ba96d46350e8069beac466dc4aa93b94e4 /Bugzilla/Install.pm
parenta395c71859f00992051d53dfdbe7e4597d18100f (diff)
downloadbugzilla-3afc1b782bca835fd0a35e7162b29c1972704eff.tar.gz
bugzilla-3afc1b782bca835fd0a35e7162b29c1972704eff.tar.xz
Oops. Revert commit with bogus message #2. paperbag=gerv.
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r--Bugzilla/Install.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm
index 8d07eecc3..5a2266e36 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -135,13 +135,11 @@ use constant SYSTEM_GROUPS => (
},
{
name => 'bz_canusewhineatothers',
- description => 'Can configure queries and schedules for periodic'
- . ' reports to be run and sent via email to other users and groups',
+ description => 'Can configure whine reports for other users',
},
{
name => 'bz_canusewhines',
- description => 'Can configure queries and schedules for periodic'
- . ' reports to be run and sent via email to themselves',
+ description => 'User can configure whine reports for self',
# inherited_by means that users in the groups listed below are
# automatically members of bz_canusewhines.
inherited_by => ['editbugs', 'bz_canusewhineatothers'],