summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-12-19 04:08:35 +0100
committerlpsolit%gmail.com <>2006-12-19 04:08:35 +0100
commit99260358ea52a4e1285f5c2107a1a40cb53fef08 (patch)
tree1977bbd1b34f911cbe6a8a4d0525e447b3068eb7 /template
parente8f54dca387040e1af649b9c68d90b9b5822dd31 (diff)
downloadbugzilla-99260358ea52a4e1285f5c2107a1a40cb53fef08.tar.gz
bugzilla-99260358ea52a4e1285f5c2107a1a40cb53fef08.tar.xz
Bug 364013: "Add individual bugs to..." should be reworded - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/per-bug-queries.html.tmpl9
-rw-r--r--template/en/default/global/setting-descs.none.tmpl2
2 files changed, 6 insertions, 5 deletions
diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl
index c70d59e7e..fa682ebc9 100644
--- a/template/en/default/global/per-bug-queries.html.tmpl
+++ b/template/en/default/global/per-bug-queries.html.tmpl
@@ -71,9 +71,7 @@
<option value="remove">Remove</option>
[% END %]
</select>
- [%+ terms.bugs %]
- <input type="text" name="bug_ids" size="12" maxlength="80">
- <span id="lob_direction">to</span>
+ <a href="[% Param('docs_urlbase') %]query.html#individual-buglists">the named tag</a>
[% IF lists_of_bugs.size %]
<select id="lob_oldqueryname" name="oldqueryname">
[% FOREACH query = lists_of_bugs %]
@@ -82,11 +80,14 @@
</select>
[% END %]
<span id="lob_new_query_text">
- [% " or to" IF lists_of_bugs.size %] the new saved search:
+ [% " or create and add the tag" IF lists_of_bugs.size %]
<input class="txt" type="text" id="lob_newqueryname"
size="20" maxlength="64" name="newqueryname"
onkeyup="manage_old_lists();">
</span>
+ <span id="lob_direction">to</span>
+ [%+ terms.bugs %]
+ <input type="text" name="bug_ids" size="12" maxlength="80">
<input type="submit" value="Commit" id="commit_list_of_bugs">
</form>
</li></ul>
diff --git a/template/en/default/global/setting-descs.none.tmpl b/template/en/default/global/setting-descs.none.tmpl
index e62ec0b63..3992e1208 100644
--- a/template/en/default/global/setting-descs.none.tmpl
+++ b/template/en/default/global/setting-descs.none.tmpl
@@ -29,7 +29,7 @@
"off" => "Off",
"oldest_to_newest" => "Oldest to Newest",
"on" => "On",
- "per_bug_queries" => "Add individual $terms.bugs to saved searches",
+ "per_bug_queries" => "Enable tags for $terms.bugs",
"post_bug_submit_action" => "After changing $terms.abug",
"next_bug" => "Show next $terms.bug in my list",
"same_bug" => "Show the updated $terms.bug",