summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
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
},