]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 185332: Rewrite the description for timezone param (typo fixes etc.)
authorjouni%heikniemi.net <>
Mon, 16 Dec 2002 14:28:14 +0000 (14:28 +0000)
committerjouni%heikniemi.net <>
Mon, 16 Dec 2002 14:28:14 +0000 (14:28 +0000)
r=joel, a=justdave

defparams.pl

index cb02eb986e52a9927ddded0f326fb02f40df8d60..f5ae590cc2f6d90474a25ac8e22bf77c2c89bf3f 100644 (file)
@@ -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 => '',
   },