summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-03-01 05:41:42 +0100
committertravis%sedsystems.ca <>2005-03-01 05:41:42 +0100
commit2a5d8de847971f7b5476ad6026fcbfcb68813354 (patch)
treea381938485b1265f9bcbd50831a805155a51e504 /defparams.pl
parent86cdd89c871a0a5fd86892feb0af31d5ab5a088f (diff)
downloadbugzilla-2a5d8de847971f7b5476ad6026fcbfcb68813354.tar.gz
bugzilla-2a5d8de847971f7b5476ad6026fcbfcb68813354.tar.xz
Bug 119485 : Templatise editusers.cgi
Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl10
1 files changed, 6 insertions, 4 deletions
diff --git a/defparams.pl b/defparams.pl
index 169db1232..d5c46c9f4 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -1061,10 +1061,12 @@ Reason: %reason%
{
name => 'allowuserdeletion',
- desc => 'The pages to edit users can also let you delete a user. But there ' .
- 'is no code that goes and cleans up any references to that user in ' .
- 'other tables, so such deletions are kinda scary. So, you have to ' .
- 'turn on this option before any such deletions will ever happen.',
+ 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.',
type => 'b',
default => 0
},