From 88e4ee5b99ef75a149f8d39bd2b92ccac3e5743b Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 24 Nov 2014 19:37:14 +0000 Subject: Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv. --- Bugzilla/Install.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Install.pm') 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'], -- cgit v1.2.3-24-g4f1b