summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-11-25 11:29:34 +0100
committerGervase Markham <gerv@gerv.net>2014-11-25 11:29:34 +0100
commit977de764485c48c16c4b34e73ab2f1d08506b0a7 (patch)
tree272edd6482344dd0b268b85511483a448679bf03 /Bugzilla/Install.pm
parent88e4ee5b99ef75a149f8d39bd2b92ccac3e5743b (diff)
downloadbugzilla-977de764485c48c16c4b34e73ab2f1d08506b0a7.tar.gz
bugzilla-977de764485c48c16c4b34e73ab2f1d08506b0a7.tar.xz
Revert "Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv." Old version of patch committed by mistake.
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'],