summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index f6997d0e6..6fc7c01bb 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -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>"