Commit 4b96e2ef authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Fix bustage from Bug 373689--certain error messages are no longer in use.

parent af4793c8
......@@ -904,11 +904,6 @@
The name of a milestone is limited to 20 characters.
'[% name FILTER html %]' is too long ([% name.length %] characters).
[% ELSIF error == "milestone_not_valid" %]
[% title = "Specified Milestone Does Not Exist" %]
The milestone '[% milestone FILTER html %]' for product
'[% product FILTER html %]' does not exist.
[% ELSIF error == "milestone_required" %]
[% title = "Milestone Required" %]
You must determine a target milestone for [% terms.bug %]
......@@ -1067,11 +1062,6 @@
[% 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" %]
You cannot change the component for a list of [% terms.bugs %] covering more than
one product.
[% ELSIF error == "no_dupe_stats" %]
[% title = "Cannot Find Duplicate Statistics" %]
[% admindocslinks = {'extraconfig.html' => 'Setting up the collecstats.pl job'} %]
......@@ -1495,11 +1485,6 @@
[% title = "No Version Specified" %]
No version specified when trying to edit versions.
[% ELSIF error == "version_not_valid" %]
[% title = "Specified Version Does Not Exist" %]
The version '[% version FILTER html %]' for product
'[% product FILTER html %]' does not exist.
[% ELSIF error == "users_deletion_disabled" %]
[% title = "Deletion not activated" %]
[% admindocslinks = {'useradmin.html' => 'User administration'} %]
......
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