From 6d0103591955685c96a0a9afa527d551022c83fc Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Thu, 17 Feb 2005 00:35:54 +0000 Subject: Bug 281574 : Combine version_/milestone_/component_no_action errors into one. Patch by Shane H. W. Travis r=LpSolit a=myk --- editmilestones.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editmilestones.cgi') diff --git a/editmilestones.cgi b/editmilestones.cgi index 6d47fc6af..4da121848 100755 --- a/editmilestones.cgi +++ b/editmilestones.cgi @@ -594,4 +594,4 @@ if ($action eq 'update') { # # No valid action found # -ThrowUserError('milestone_no_action'); +ThrowUserError('no_valid_action', {'field' => "target_milestone"}); -- cgit v1.2.3-24-g4f1b