From 33d983e6f62280cd8714a954a842239ef7cd6eb9 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 22 Nov 2001 23:46:27 +0000 Subject: Fix for bug 61634: explain what "Milestone URL" is on the editproducts page. patch by Matthew Tuck r= caillon, justdave --- editproducts.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editproducts.cgi') diff --git a/editproducts.cgi b/editproducts.cgi index f602c351e..536102f81 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -99,7 +99,7 @@ sub EmitFormElements ($$$$$$$$$) if (Param('usetargetmilestone')) { $milestoneurl = value_quote($milestoneurl); print "\n"; - print " Milestone URL:\n"; + print " URL describing milestones for this product:\n"; print " \n"; print "\n"; -- cgit v1.2.3-24-g4f1b