]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.
authorjustdave%syndicomm.com <>
Thu, 22 Nov 2001 23:46:27 +0000 (23:46 +0000)
committerjustdave%syndicomm.com <>
Thu, 22 Nov 2001 23:46:27 +0000 (23:46 +0000)
patch by Matthew Tuck <matty@chariot.net.au>
r= caillon, justdave

editproducts.cgi

index f602c351ee857e4b2400e6987c75aa4f81632367..536102f817291883f71119cf46e0c94213c8f133 100755 (executable)
@@ -99,7 +99,7 @@ sub EmitFormElements ($$$$$$$$$)
     if (Param('usetargetmilestone')) {
         $milestoneurl = value_quote($milestoneurl);
         print "</TR><TR>\n";
-        print "  <TH ALIGN=\"right\">Milestone URL:</TH>\n";
+        print "  <TH ALIGN=\"right\">URL describing milestones for this product:</TH>\n";
         print "  <TD><INPUT TYPE=TEXT SIZE=64 MAXLENGTH=255 NAME=\"milestoneurl\" VALUE=\"$milestoneurl\"></TD>\n";
 
         print "</TR><TR>\n";