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/global | |
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/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 20 | ||||
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 22 |
2 files changed, 21 insertions, 21 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index de518dc0a..2dfe74c5f 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -29,29 +29,29 @@ [% message = BLOCK %] [% IF message_tag == "buglist_adding_field" %] - [% title = "Adding field to query page..." %] + [% title = "Adding field to search page..." %] [% link = "Click here if the page does not redisplay automatically." %] [% ELSIF message_tag == "buglist_load_named_query" %] [% title = BLOCK %] - Loading your query named [% namedcmd FILTER html %] + Loading your search named [% namedcmd FILTER html %] [% END %] [% link = "Click here if the page does not redisplay automatically." %] [% ELSIF message_tag == "buglist_updated_named_query" %] - OK, your query named <code>[% queryname FILTER html %]</code> is updated. + OK, your search named <code>[% queryname FILTER html %]</code> is updated. [% ELSIF message_tag == "buglist_new_default_query" %] - OK, you now have a new default query. You may - also bookmark the result of any individual query. + OK, you now have a new default search. You may + also bookmark the result of any individual search. [% ELSIF message_tag == "buglist_new_named_query" %] - OK, you have a new query named <code>[% queryname FILTER html %]</code>. + OK, you have a new search named <code>[% queryname FILTER html %]</code>. [% ELSIF message_tag == "buglist_query_gone" %] - [% title = "Query is gone" %] - [% link = "Go back to the query page." %] - OK, the <b>[% namedcmd FILTER html %]</b> query is gone. + [% title = "Search is gone" %] + [% link = "Go back to the search page." %] + OK, the <b>[% namedcmd FILTER html %]</b> search is gone. [% ELSIF message_tag == "buglist_sorted_by_relevance" %] [% terms.Bugs %] on this list are sorted by relevance, with the most @@ -60,7 +60,7 @@ [% ELSIF message_tag == "change_columns" %] [% title = "Change columns" %] - Resubmitting your query with new columns... + Resubmitting your search with new columns... Click <a href="[% redirect_url FILTER html %]">here</a> if the page does not automatically refresh. 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 <em>[% sortkey FILTER html %]</em>. [% ELSIF error == "illegal_at_least_x_votes" %] - [% title = "Your Query Makes No Sense" %] + [% title = "Your Search Makes No Sense" %] The <em>At least ___ votes</em> field must be a simple number. You entered <tt>[% value FILTER html %]</tt>, 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 <em>Attachment is patch</em> 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 <em>Changed in last ___ days</em> field must be a simple number. You entered <tt>[% value FILTER html %]</tt>, 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 <em>Attachment is obsolete</em> 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 <tt>[% email FILTER html %]</tt>. @@ -471,8 +471,8 @@ You did not specify a name for this series. [% ELSIF error == "missing_query" %] - [% title = "Missing Query" %] - The query named <em>[% queryname FILTER html %]</em> does not + [% title = "Missing Search" %] + The search named <em>[% queryname FILTER html %]</em> 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" %] |