diff --git a/mozilla/webtools/bugzilla/process_bug.cgi b/mozilla/webtools/bugzilla/process_bug.cgi index f6997d0e6dc..6fc7c01bb1c 100755 --- a/mozilla/webtools/bugzilla/process_bug.cgi +++ b/mozilla/webtools/bugzilla/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 ""