summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-03-08 03:11:36 +0100
committertravis%sedsystems.ca <>2005-03-08 03:11:36 +0100
commit0df76bb73976409345e1edc011844af8d99a7a47 (patch)
tree194b81488097d8b3b4e6230ddcf19194377f4b39 /defparams.pl
parentf03496f574d574aa7fa25bf3130cfa11c5735ded (diff)
downloadbugzilla-0df76bb73976409345e1edc011844af8d99a7a47.tar.gz
bugzilla-0df76bb73976409345e1edc011844af8d99a7a47.tar.xz
Bug 284262 : Bundle of small editusers.cgi post-checkin fixes
Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl13
1 files changed, 7 insertions, 6 deletions
diff --git a/defparams.pl b/defparams.pl
index bcd050713..b31f18397 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -1073,12 +1073,13 @@ Reason: %reason%
{
name => 'allowuserdeletion',
- desc => 'The pages to edit users can also let you delete a user. ' .
- 'Bugzilla will issue a warning in case you\'d run into ' .
- 'inconsistencies when you\'re about to do so, ' .
- 'but such deletions remain kinda scary. ' .
- 'So, you have to turn on this option before any such deletions ' .
- 'will ever happen.',
+ desc => q{The user editing pages are capable of letting you delete user
+ accounts.
+ Bugzilla will issue a warning in case you'd run into
+ inconsistencies when you're about to do so,
+ but such deletions remain kinda scary.
+ So, you have to turn on this option before any such deletions
+ will ever happen.},
type => 'b',
default => 0
},