summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-08-24 11:48:09 +0200
committertimeless%mozdev.org <>2007-08-24 11:48:09 +0200
commitb34a38c601e3c0d488cd802faf3c4ce62c3231be (patch)
tree4216ee1a50df210f1c12949cdfd63f836b6302f9 /template
parent47d029440441509d18026a9bc38b3e6da89d0bbf (diff)
downloadbugzilla-b34a38c601e3c0d488cd802faf3c4ce62c3231be.tar.gz
bugzilla-b34a38c601e3c0d488cd802faf3c4ce62c3231be.tar.xz
Bug 365438 Tag-related error messages should mention "tag" instead of "saved search"
r=reed a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl23
1 files changed, 9 insertions, 14 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 37c542614..c91875812 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -902,10 +902,6 @@
The name of a milestone is limited to 20 characters.
'[% name FILTER html %]' is too long ([% name.length %] characters).
- [% ELSIF error == "milestone_not_specified" %]
- [% title = "No Milestone Specified" %]
- No milestone specified when trying to edit milestones.
-
[% ELSIF error == "milestone_not_valid" %]
[% title = "Specified Milestone Does Not Exist" %]
The milestone '[% milestone FILTER html %]' for product
@@ -1044,26 +1040,25 @@
You didn't define any axes to plot.
[% ELSIF error == "no_bugs_chosen" %]
- [% title = BLOCK %]No [% terms.Bugs %] Chosen[% END %]
+ [% title = BLOCK %]No [% terms.Bugs %] Selected[% END %]
You apparently didn't choose any [% terms.bugs %] to modify.
[% ELSIF error == "no_bug_ids" %]
- [% title = BLOCK %]No [% terms.Bugs %] Chosen[% END %]
+ [% title = BLOCK %]No [% terms.Bugs %] Selected[% END %]
You didn't choose any [% terms.bugs %] to
[% IF action == "add" %] add to [% ELSE %] remove from [% END %]
- the saved search.
+ the [% tag FILTER html %] tag.
[% ELSIF error == "no_bugs_in_list" %]
- [% title = "Delete Saved Search?" %]
- You are going to remove all [% terms.bugs %] from the '[% saved_search FILTER html %]'
- saved search. This will delete this saved search completely. Click
+ [% title = "Delete Tag?" %]
+ This will remove all [% terms.bugs %] from the
+ [% tag FILTER html %] tag. This will delete the tag completely. Click
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
- [%- saved_search FILTER url_quote %]">here</a> if you really want to
- remove it.
+ [%- tag FILTER url_quote %]">here</a> if you really want to delete it.
[% ELSIF error == "no_bugs_to_remove" %]
- [% title = "No Saved Search Selected" %]
- You didn't select any saved search to remove [% terms.bugs %] from.
+ [% title = "No Tag Selected" %]
+ You didn't select a tag from which to remove [% terms.bugs %].
[% ELSIF error == "no_component_change_for_multiple_products" %]
[% title = "Action Not Permitted" %]