diff options
author | justdave%syndicomm.com <> | 2001-11-23 00:46:27 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-11-23 00:46:27 +0100 |
commit | 33d983e6f62280cd8714a954a842239ef7cd6eb9 (patch) | |
tree | 34417765379c735319373863b4db0a5183bcc597 /editproducts.cgi | |
parent | 07f94a610c1ef871d5c636a6f9f030e084cdc7aa (diff) | |
download | bugzilla-33d983e6f62280cd8714a954a842239ef7cd6eb9.tar.gz bugzilla-33d983e6f62280cd8714a954a842239ef7cd6eb9.tar.xz |
Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.
patch by Matthew Tuck <matty@chariot.net.au>
r= caillon, justdave
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 "</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"; |