diff options
author | lpsolit%gmail.com <> | 2006-10-20 04:32:23 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-20 04:32:23 +0200 |
commit | 9929e2aea23eaa842942414f5325599c3aa735ce (patch) | |
tree | 0d5e3b6f3472cbceba905f1f56e819d1e9369015 /template | |
parent | 14caebbf073d88adea0a29451be7c6e75f871495 (diff) | |
download | bugzilla-9929e2aea23eaa842942414f5325599c3aa735ce.tar.gz bugzilla-9929e2aea23eaa842942414f5325599c3aa735ce.tar.xz |
Bug 311237: bug_status_help and resolution_help Search popup help should use Abug and abug vars in variables.none.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
Diffstat (limited to 'template')
-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 4a0907be7..ef80fd39a 100644 --- a/template/en/default/search/search-help.html.tmpl +++ b/template/en/default/search/search-help.html.tmpl @@ -63,9 +63,9 @@ { id => "keywords_type", html => "The type of keyword search you would like" }, { id => "bug_status", - html => "A $terms.bug may be in any of a number of states." }, + html => "$terms.Abug may be in any of a number of states." }, { id => "resolution", - html => "If a $terms.bug is in a resolved state, then one of these reasons + html => "If $terms.abug is in a resolved state, then one of these reasons will<br>be given for its resolution." }, { id => "bug_severity", html => "How severe the $terms.bug is, or whether it's an enhancement." }, |