diff options
author | wurblzap%gmail.com <> | 2006-04-15 01:27:43 +0200 |
---|---|---|
committer | wurblzap%gmail.com <> | 2006-04-15 01:27:43 +0200 |
commit | 51142eb85021c17e251524b612750c0543b5874d (patch) | |
tree | a364863f371af0a0446dd3a82c517612e7053ed9 /template/en | |
parent | 8a3523f94e8995c3af5368779d7692a34c078e6a (diff) | |
download | bugzilla-51142eb85021c17e251524b612750c0543b5874d.tar.gz bugzilla-51142eb85021c17e251524b612750c0543b5874d.tar.xz |
Bug 333867: Incorrect examples for time units in Advanced Query help.
Patch by Emmanuel Seyman <eseyman@linagora.com>,
r=wurblzap, a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/search/search-help.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/search/search-help.html.tmpl b/template/en/default/search/search-help.html.tmpl index 0c8529d05..4a0907be7 100644 --- a/template/en/default/search/search-help.html.tmpl +++ b/template/en/default/search/search-help.html.tmpl @@ -93,14 +93,14 @@ html => "Specify the start and end dates either in YYYY-MM-DD format<br> (optionally followed by HH:mm, in 24 hour clock), or in relative<br> dates such as 1h, 2d, 3w, 4m, 5y, which respectively mean one hour,<br> - one day, two weeks, three months, or four years ago. 0d is last<br> + two days, three weeks, four months, or five years ago. 0d is last<br> midnight, and 0h, 0w, 0m, 0y is the beginning of this hour, week,<br> month, or year." }, { id => "chfieldto", html => "Specify the start and end dates either in YYYY-MM-DD format<br> (optionally followed by HH:mm, in 24 hour clock), or in relative<br> dates such as 1h, 2d, 3w, 4m, 5y, which respectively mean one hour,<br> - one day, two weeks, three months, or four years ago. 0d is last<br> + two days, three weeks, four months, or five years ago. 0d is last<br> midnight, and 0h, 0w, 0m, 0y is the beginning of this hour, week,<br> month, or year." }, { id => "chfieldvalue", |