diff options
author | jouni%heikniemi.net <> | 2002-12-16 15:28:14 +0100 |
---|---|---|
committer | jouni%heikniemi.net <> | 2002-12-16 15:28:14 +0100 |
commit | cf664b47a2198bad09f3aa47edd3128fa6dac07d (patch) | |
tree | a7733efc87fbfdbee1a8daab34d94fb54020b1b9 | |
parent | 1cee4770ca5e09e3b56c0de0e8c77c2684542d18 (diff) | |
download | bugzilla-cf664b47a2198bad09f3aa47edd3128fa6dac07d.tar.gz bugzilla-cf664b47a2198bad09f3aa47edd3128fa6dac07d.tar.xz |
Bug 185332: Rewrite the description for timezone param (typo fixes etc.)
r=joel, a=justdave
-rw-r--r-- | defparams.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defparams.pl b/defparams.pl index cb02eb986..f5ae590cc 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 => '', }, |