summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorjouni%heikniemi.net <>2002-12-16 15:28:14 +0100
committerjouni%heikniemi.net <>2002-12-16 15:28:14 +0100
commitcf664b47a2198bad09f3aa47edd3128fa6dac07d (patch)
treea7733efc87fbfdbee1a8daab34d94fb54020b1b9 /defparams.pl
parent1cee4770ca5e09e3b56c0de0e8c77c2684542d18 (diff)
downloadbugzilla-cf664b47a2198bad09f3aa47edd3128fa6dac07d.tar.gz
bugzilla-cf664b47a2198bad09f3aa47edd3128fa6dac07d.tar.xz
Bug 185332: Rewrite the description for timezone param (typo fixes etc.)
r=joel, a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl4
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 => '',
},