summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-11-15 17:48:59 +0100
committergerv%gerv.net <>2002-11-15 17:48:59 +0100
commite46f470630fb6fab1cb067ea21c22f28ed06c8df (patch)
treeb9a4beb5326fbe336885124825ec17b36430964f /defparams.pl
parent7df3921113790a4eca4ff363e5f9577e72ac761c (diff)
downloadbugzilla-e46f470630fb6fab1cb067ea21c22f28ed06c8df.tar.gz
bugzilla-e46f470630fb6fab1cb067ea21c22f28ed06c8df.tar.xz
Bug 179462 - Clarify description for enablequips param. Patch by gerv; r,a=justdave.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/defparams.pl b/defparams.pl
index c7698b437..35604294b 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -219,10 +219,11 @@ sub check_netmask {
{
name => 'enablequips',
- desc => 'If this is on, Bugzilla displays a silly quip at the beginning ' .
- 'of buglists, and lets users add to the list of quips. If this ' .
- 'is frozen, Bugzilla will display the quip but not permit new ' .
- 'additions.',
+ desc => 'Controls the appearance of quips at the top of buglists.<ul> ' .
+ '<li>on - Bugzilla will display a quip, and lets users add to ' .
+ 'the list.</li><li>frozen - Bugzilla will display a quip but ' .
+ 'not permit new additions.</li><li>off - Bugzilla will not ' .
+ 'display quips.</li></ul>',
type => 's',
choices => ['on','frozen','off'],
default => 'on',