From: timeless%mozdev.org <>
Date: Fri, 29 Dec 2006 01:57:50 +0000 (+0000)
Subject: Bug 363912 editwhines uses both the word "query" and the word "search" for the same...
X-Git-Tag: bugzilla-2.23.4~108
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=520b20333ccc67dd1d5e76c384a0c36941337008;p=thirdparty%2Fbugzilla.git
Bug 363912 editwhines uses both the word "query" and the word "search" for the same thing
r=colin.ogilvie a=justdave
---
diff --git a/docs/xml/using.xml b/docs/xml/using.xml
index d87b76e363..16f951f4fc 100644
--- a/docs/xml/using.xml
+++ b/docs/xml/using.xml
@@ -1534,7 +1534,7 @@
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).
@@ -1596,21 +1596,21 @@
- Whining Queries
+ Whining Searches
- Each whining event is associated with zero or more queries. A query is
- a saved search that is executed on the schedule specified (see above).
- You start out with zero queries attached to the event (which means that
- the event will not run, as there will never be any results to return).
- To add a query, press the "Add a new query" button.
+ Each whining event is associated with zero or more searches. A search
+ is any saved search to be run as part of the specified schedule (see
+ above). You start out without any searches associated with the event
+ (which means that the event will not run, as there will never be any
+ results to return). To add a search, press the "Include search" button.
- The first field to examine in your new query is the Sort field. Queries
- are executed, and results returned, in the order specified by the Sort
- field. Queries with lower Sort values will run before queries with
- higher Sort values.
+ The first field to examine in your newly added search is the Sort field.
+ Searches are run, and results included, in the order specified by the
+ Sort field. Searches with smaller Sort values will run before searches
+ with bigger Sort values.
diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl
index 28fceababb..599498898d 100644
--- a/template/en/default/whine/schedule.html.tmpl
+++ b/template/en/default/whine/schedule.html.tmpl
@@ -58,7 +58,7 @@
- Queries come from saved searches, which are created by executing a search, then telling [% terms.Bugzilla %] to remember
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
@@ -219,10 +219,10 @@