From: gerv%gerv.net <> Date: Fri, 15 Nov 2002 16:48:59 +0000 (+0000) Subject: Bug 179462 - Clarify description for enablequips param. Patch by gerv; r,a=justdave. X-Git-Tag: bugzilla-2.17.2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46f470630fb6fab1cb067ea21c22f28ed06c8df;p=thirdparty%2Fbugzilla.git Bug 179462 - Clarify description for enablequips param. Patch by gerv; r,a=justdave. --- diff --git a/defparams.pl b/defparams.pl index c7698b437a..35604294ba 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.', type => 's', choices => ['on','frozen','off'], default => 'on',