Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.

patch by Matthew Tuck <matty@chariot.net.au> r= caillon, justdave
parent 07f94a61
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment