summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2014-11-24 18:02:23 +0100
committerGervase Markham <gerv@gerv.net>2014-11-24 18:02:23 +0100
commit82674d427a9b6f210347279dbb74da631f3d57cb (patch)
treef80625d927d0f2971e1b3bb33b707554614a27c5 /Bugzilla/Install.pm
parent0eb69045b7a52fb4f8616be3ce16a98a83d35831 (diff)
downloadbugzilla-82674d427a9b6f210347279dbb74da631f3d57cb.tar.gz
bugzilla-82674d427a9b6f210347279dbb74da631f3d57cb.tar.xz
Are you sure you want to check in on branch master
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r--Bugzilla/Install.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm
index 5a2266e36..8d07eecc3 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -135,11 +135,13 @@ use constant SYSTEM_GROUPS => (
},
{
name => 'bz_canusewhineatothers',
- description => 'Can configure whine reports for other users',
+ description => 'Can configure queries and schedules for periodic'
+ . ' reports to be run and sent via email to other users and groups',
},
{
name => 'bz_canusewhines',
- description => 'User can configure whine reports for self',
+ description => 'Can configure queries and schedules for periodic'
+ . ' reports to be run and sent via email to themselves',
# inherited_by means that users in the groups listed below are
# automatically members of bz_canusewhines.
inherited_by => ['editbugs', 'bz_canusewhineatothers'],