diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2012-10-14 19:41:06 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-14 19:41:06 +0200 |
commit | bb704999e46a4d4fb68e22c5b4672d5461362f33 (patch) | |
tree | 66ab64b76712890a02cfb04f14d3fb15d0261c44 /template | |
parent | 12e5d51deca2da9b140f81710cb12660ae4521f9 (diff) | |
download | bugzilla-bb704999e46a4d4fb68e22c5b4672d5461362f33.tar.gz bugzilla-bb704999e46a4d4fb68e22c5b4672d5461362f33.tar.xz |
Bug 363910: "Add a new query" should be renamed
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/whine/schedule.html.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl index dd58fc53b..a8dccdc3f 100644 --- a/template/en/default/whine/schedule.html.tmpl +++ b/template/en/default/whine/schedule.html.tmpl @@ -27,7 +27,7 @@ %] <p> - "Whining" is when [% terms.Bugzilla %] executes a saved query at a regular interval + "Whining" is when [% terms.Bugzilla %] executes a saved search at a regular interval and sends the resulting list of [% terms.bugs %] via email. </p> @@ -48,8 +48,8 @@ <p> Searches come from saved searches, which are created by executing a <a 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 - query", and select the desired saved search name under "Search" and add a + the search under a particular name. Add a search by clicking "Add a + search", and select the desired saved search name under "Search" and add a title for the [% terms.bug %] table. The optional number entered under "Sort" will determine the execution order (lowest to highest) if multiple queries are listed. If you check "One message per [% terms.bug %]," each [% @@ -216,7 +216,7 @@ </td> <td align="left"> No searches <br> - <input type="submit" value="Add a new query" + <input type="submit" value="Add a search" name="add_query_[% event.key %]" id="add_query_[% event.key %]"> </td> @@ -282,7 +282,7 @@ <tr> <td colspan="3"> - <input type="submit" value="Add a new query" + <input type="submit" value="Add a search" name="add_query_[% event.key %]" id="add_query_[% event.key %]"> </td> @@ -322,7 +322,7 @@ </select> [% ELSE %] - Please visit the <a href="query.cgi">Search</a> page and save a query + Please visit the <a href="query.cgi">Search</a> page and save a search [% END %] [%+ END %] |