From: terry%netscape.com <> Date: Fri, 4 Sep 1998 21:30:04 +0000 (+0000) Subject: Give a better message, in the case that someone changes a bug that had X-Git-Tag: bugzilla-1.3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4aee587191fa0df15d6454bc3864f4e097bced6;p=thirdparty%2Fbugzilla.git 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.) --- diff --git a/process_bug.cgi b/process_bug.cgi index f6997d0e6d..6fc7c01bb1 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -36,7 +36,9 @@ if {![cequal $FORM(product) $dontchange]} { if {!$vok || !$cok} { puts "

Changing product means changing version and component.

" puts "You have chosen a new product, and now the version and/or" - puts "component fields are not correct. Please set them now.

" + 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.

" puts "

" puts "" puts ""