diff options
author | gerv%gerv.net <> | 2004-03-19 06:51:16 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2004-03-19 06:51:16 +0100 |
commit | b6a027866fe1b287515221b85b363de3f990122c (patch) | |
tree | 2764d500a03c0aa43dc0f0a477fbfeb5e7da85ef /template/en/default/account | |
parent | 2478a13d479563c23347de222e3da2ed34d71508 (diff) | |
download | bugzilla-b6a027866fe1b287515221b85b363de3f990122c.tar.gz bugzilla-b6a027866fe1b287515221b85b363de3f990122c.tar.xz |
Bug 234293 - complete the conversion from "query" terminology to "search" terminology. Patch by gerv; r=justdave, kiko, a=justdave.
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/footer.html.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/account/prefs/footer.html.tmpl b/template/en/default/account/prefs/footer.html.tmpl index a040765b7..e4046217a 100644 --- a/template/en/default/account/prefs/footer.html.tmpl +++ b/template/en/default/account/prefs/footer.html.tmpl @@ -22,8 +22,8 @@ [%# INTERFACE: # mybugslink: boolean. True if the user wishes the My Bugs link to appear. # queries: array of hashes. May be empty. Each hash has two members: - # name: string. The name of the query. - # footer: boolean. True if the query appears in the footer. + # name: string. The name of the search. + # footer: boolean. True if the search appears in the footer. #%] [% PROCESS global/variables.none.tmpl %] @@ -45,10 +45,10 @@ [% IF queries.size %] [% FOREACH query = queries %] <tr> - <th align="right">Your query named '[% query.name FILTER html %]':</th> + <th align="right">Your search named '[% query.name FILTER html %]':</th> <td> <select name="query-[% loop.index %]"> - <option value="0">should only appear in the query page</option> + <option value="0">should only appear in the search page</option> <option value="1" [% " selected" IF query.footer %]> should appear on the footer of every page @@ -66,7 +66,7 @@ <td colspan="4"> <br> If you create remembered queries using the - <a href="query.cgi">query page</a>, + <a href="query.cgi">search page</a>, you can then come to this page and choose to have some of them appear in the footer of each [% terms.Bugzilla %] page. <br> |