]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Give a better message, in the case that someone changes a bug that had
authorterry%netscape.com <>
Fri, 4 Sep 1998 21:30:04 +0000 (21:30 +0000)
committerterry%netscape.com <>
Fri, 4 Sep 1998 21:30:04 +0000 (21:30 +0000)
an invalid component or version field.  (Like, for example, all the
new NGLayout bugs.)

process_bug.cgi

index f6997d0e6dced6b5674e6dacdf18ce49fd496cf3..6fc7c01bb1c2254a60083c5957fbdc4e24ac59e8 100755 (executable)
@@ -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>"