From fe649f9b61c189ee7b6a04d5efedcdcd322af24e Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" Date: Thu, 22 Nov 2001 15:46:27 +0000 Subject: [PATCH] Fix for bug 61634: explain what "Milestone URL" is on the editproducts page. patch by Matthew Tuck r= caillon, justdave git-svn-id: svn://10.0.0.236/trunk@108805 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/editproducts.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/editproducts.cgi b/mozilla/webtools/bugzilla/editproducts.cgi index f602c351ee8..536102f8172 100755 --- a/mozilla/webtools/bugzilla/editproducts.cgi +++ b/mozilla/webtools/bugzilla/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";