From b6a027866fe1b287515221b85b363de3f990122c Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 19 Mar 2004 05:51:16 +0000 Subject: Bug 234293 - complete the conversion from "query" terminology to "search" terminology. Patch by gerv; r=justdave, kiko, a=justdave. --- template/en/default/account/prefs/footer.html.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'template/en/default/account') 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 %] - Your query named '[% query.name FILTER html %]': + Your search named '[% query.name FILTER html %]':