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 +++++----- template/en/default/bug/navigate.html.tmpl | 2 +- .../bug/process/verify-new-product.html.tmpl | 2 +- template/en/default/global/messages.html.tmpl | 20 ++++++++++---------- template/en/default/global/user-error.html.tmpl | 22 +++++++++++----------- template/en/default/index.html.tmpl | 2 +- template/en/default/list/server-push.html.tmpl | 4 ++-- .../en/default/search/boolean-charts.html.tmpl | 2 +- template/en/default/search/knob.html.tmpl | 2 +- template/en/default/sidebar.xul.tmpl | 4 ++-- 10 files changed, 35 insertions(+), 35 deletions(-) (limited to 'template') 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 %]':