Commit 520b2033 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 363912 editwhines uses both the word "query" and the word "search" for the same thing

r=colin.ogilvie a=justdave
parent e63f35f4
...@@ -1534,7 +1534,7 @@ ...@@ -1534,7 +1534,7 @@
<para> <para>
The next step is to specify when the Event is to be run (the Schedule) The next step is to specify when the Event is to be run (the Schedule)
and what searches are to be performed (the Queries). and what searches are to be performed (the Searches).
</para> </para>
</section> </section>
...@@ -1596,21 +1596,21 @@ ...@@ -1596,21 +1596,21 @@
</section> </section>
<section id="whining-query"> <section id="whining-query">
<title>Whining Queries</title> <title>Whining Searches</title>
<para> <para>
Each whining event is associated with zero or more queries. A query is Each whining event is associated with zero or more searches. A search
a saved search that is executed on the schedule specified (see above). is any saved search to be run as part of the specified schedule (see
You start out with zero queries attached to the event (which means that above). You start out without any searches associated with the event
the event will not run, as there will never be any results to return). (which means that the event will not run, as there will never be any
To add a query, press the "Add a new query" button. results to return). To add a search, press the "Include search" button.
</para> </para>
<para> <para>
The first field to examine in your new query is the Sort field. Queries The first field to examine in your newly added search is the Sort field.
are executed, and results returned, in the order specified by the Sort Searches are run, and results included, in the order specified by the
field. Queries with lower Sort values will run before queries with Sort field. Searches with smaller Sort values will run before searches
higher Sort values. with bigger Sort values.
</para> </para>
<para> <para>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</p> </p>
<p> <p>
Queries come from saved searches, which are created by executing a <a Searches come from saved searches, which are created by executing a <a
href="query.cgi">search</a>, then telling [% terms.Bugzilla %] to remember href="query.cgi">search</a>, then telling [% terms.Bugzilla %] to remember
the search under a particular name. Add a query by clicking "Add a new the search under a particular name. Add a query by clicking "Add a new
query", and select the desired saved search name under "Search" and add a query", and select the desired saved search name under "Search" and add a
...@@ -219,10 +219,10 @@ ...@@ -219,10 +219,10 @@
<tr> <tr>
<td valign="top" align="right"> <td valign="top" align="right">
Queries: Searches:
</td> </td>
<td align="left" colspan="1"> <td align="left" colspan="1">
No queries <br> No searches <br>
<input type="submit" value="Add a new query" <input type="submit" value="Add a new query"
name="add_query_[% event.key %]" name="add_query_[% event.key %]"
id="add_query_[% event.key %]"> id="add_query_[% event.key %]">
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
<tr> <tr>
<td valign="top" align="right"> <td valign="top" align="right">
Queries: Searches:
</td> </td>
<td align="left"> <td align="left">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment