From: jouni%heikniemi.net <> Date: Mon, 16 Dec 2002 14:28:14 +0000 (+0000) Subject: Bug 185332: Rewrite the description for timezone param (typo fixes etc.) X-Git-Tag: bugzilla-2.17.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf664b47a2198bad09f3aa47edd3128fa6dac07d;p=thirdparty%2Fbugzilla.git Bug 185332: Rewrite the description for timezone param (typo fixes etc.) r=joel, a=justdave --- diff --git a/defparams.pl b/defparams.pl index cb02eb986e..f5ae590cc2 100644 --- a/defparams.pl +++ b/defparams.pl @@ -232,8 +232,8 @@ sub check_netmask { { name => 'timezone', - desc => 'The timezone that your SQL server lives in. If set to "" then' . - 'the timezone can\'t be displayed with the timestamps.', + desc => 'The timezone that your database server lives in. If set to "", ' . + 'then the timezone won\'t be displayed with the timestamps.', type => 't', default => '', },