From: justdave%syndicomm.com <> Date: Thu, 22 Nov 2001 23:46:27 +0000 (+0000) Subject: Fix for bug 61634: explain what "Milestone URL" is on the editproducts page. X-Git-Tag: bugzilla-2.16rc1~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d983e6f62280cd8714a954a842239ef7cd6eb9;p=thirdparty%2Fbugzilla.git Fix for bug 61634: explain what "Milestone URL" is on the editproducts page. patch by Matthew Tuck r= caillon, justdave --- diff --git a/editproducts.cgi b/editproducts.cgi index f602c351ee..536102f817 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";