From: gerv%gerv.net <> Date: Fri, 19 Mar 2004 05:51:16 +0000 (+0000) Subject: Bug 234293 - complete the conversion from "query" terminology to "search" terminology... X-Git-Tag: bugzilla-2.18rc1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a027866fe1b287515221b85b363de3f990122c;p=thirdparty%2Fbugzilla.git Bug 234293 - complete the conversion from "query" terminology to "search" terminology. Patch by gerv; r=justdave, kiko, a=justdave. --- diff --git a/template/en/default/account/prefs/footer.html.tmpl b/template/en/default/account/prefs/footer.html.tmpl index a040765b74..e4046217a8 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 %]':