diff options
author | lpsolit%gmail.com <> | 2007-08-26 18:41:34 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-08-26 18:41:34 +0200 |
commit | 612e341989f1b34788259f2ae4c838ca0e08afee (patch) | |
tree | aa61683ddfaa52f6ec4811fff63873016f33924c | |
parent | ec73732ec6e7c75b16689e67e7c4bf7a301688f7 (diff) | |
download | bugzilla-612e341989f1b34788259f2ae4c838ca0e08afee.tar.gz bugzilla-612e341989f1b34788259f2ae4c838ca0e08afee.tar.xz |
Bug 333614: The "timezone" parameter should indicate the expected format - Patch by spam@bmo2007.rsz.jp r=wicked a=mkanat
-rw-r--r-- | template/en/default/admin/params/core.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index 5f3e36e77..ab914d771 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -58,7 +58,8 @@ "all sites served by this web server or virtual host to read " _ "$terms.Bugzilla cookies.", - timezone => "The timezone that your database server lives in. If set to '', " _ + timezone => "The timezone that your database server lives in, " _ + "such as UTC, PDT or JST. If set to '', " _ "then the timezone will not be displayed with the timestamps.", utf8 => "Use UTF-8 (Unicode) encoding for all text in ${terms.Bugzilla}. New " _ |