]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 179462 - Clarify description for enablequips param. Patch by gerv; r,a=justdave.
authorgerv%gerv.net <>
Fri, 15 Nov 2002 16:48:59 +0000 (16:48 +0000)
committergerv%gerv.net <>
Fri, 15 Nov 2002 16:48:59 +0000 (16:48 +0000)
defparams.pl

index c7698b437ad959bfdd380129040c3d56b847594f..35604294baf88d56f9f0797cec0e809e950cc184 100644 (file)
@@ -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',