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/global/user-error.html.tmpl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 9f01f44a0..b06cf2baf 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -238,7 +238,7 @@ It cannot be [% sortkey FILTER html %]. [% ELSIF error == "illegal_at_least_x_votes" %] - [% title = "Your Query Makes No Sense" %] + [% title = "Your Search Makes No Sense" %] The At least ___ votes field must be a simple number. You entered [% value FILTER html %], which isn't. @@ -252,7 +252,7 @@ [%+ bug_id FILTER html %]. [% ELSIF error == "illegal_attachment_is_patch" %] - [% title = "Your Query Makes No Sense" %] + [% title = "Your Search Makes No Sense" %] The only legal values for the Attachment is patch field are 0 and 1. @@ -266,7 +266,7 @@ sufficiently empowered user, may change that field. [% ELSIF error == "illegal_changed_in_last_x_days" %] - [% title = "Your Query Makes No Sense" %] + [% title = "Your Search Makes No Sense" %] The Changed in last ___ days field must be a simple number. You entered [% value FILTER html %], which isn't. @@ -293,13 +293,13 @@ [% groupname FILTER html %]" is illegal. [% ELSIF error == "illegal_is_obsolete" %] - [% title = "Your Query Makes No Sense" %] + [% title = "Your Search Makes No Sense" %] The only legal values for the Attachment is obsolete field are 0 and 1. [% ELSIF error == "illegal_query_name" %] - [% title = "Illegal Query Name" %] - The name of your query cannot contain any of the following characters: + [% title = "Illegal Search Name" %] + The name of your search cannot contain any of the following characters: <, >, &. [% ELSIF error == "illegal_series_creation" %] @@ -458,7 +458,7 @@ You must specify one or more datasets to plot. [% ELSIF error == "missing_email_type" %] - [% title = "Your Query Makes No Sense" %] + [% title = "Your Search Makes No Sense" %] You must specify one or more fields in which to search for [% email FILTER html %]. @@ -471,8 +471,8 @@ You did not specify a name for this series. [% ELSIF error == "missing_query" %] - [% title = "Missing Query" %] - The query named [% queryname FILTER html %] does not + [% title = "Missing Search" %] + The search named [% queryname FILTER html %] does not exist. [% ELSIF error == "must_be_patch" %] @@ -612,8 +612,8 @@ [% product FILTER html %]. [% ELSIF error == "query_name_missing" %] - [% title = "No Query Name Specified" %] - You must enter a name for your query. + [% title = "No Search Name Specified" %] + You must enter a name for your search. [% ELSIF error == "quips_disabled" %] [% title = "Quips Disabled" %] -- cgit v1.2.3-24-g4f1b