Commit d4aee587 authored by terry%netscape.com's avatar terry%netscape.com

Give a better message, in the case that someone changes a bug that had

an invalid component or version field. (Like, for example, all the new NGLayout bugs.)
parent 2ab62b63
......@@ -36,7 +36,9 @@ if {![cequal $FORM(product) $dontchange]} {
if {!$vok || !$cok} {
puts "<H1>Changing product means changing version and component.</H1>"
puts "You have chosen a new product, and now the version and/or"
puts "component fields are not correct. Please set them now.<p>"
puts "component fields are not correct. (Or, possibly, the bug did"
puts "not have a valid component or version field in the first place.)"
puts "Anyway, please set the version and component now.<p>"
puts "<form>"
puts "<table>"
puts "<tr>"
......
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