diff options
author | terry%netscape.com <> | 1998-09-04 21:30:04 +0000 |
---|---|---|
committer | terry%netscape.com <> | 1998-09-04 21:30:04 +0000 |
commit | d4aee587191fa0df15d6454bc3864f4e097bced6 (patch) | |
tree | e146f76bb853f66cb5ddf795c8056fff4f5a78f9 /process_bug.cgi | |
parent | 2ab62b631a569a46aead196464f570e25c99cabb (diff) | |
download | bugs-d4aee587191fa0df15d6454bc3864f4e097bced6.tar bugs-d4aee587191fa0df15d6454bc3864f4e097bced6.tar.gz bugs-d4aee587191fa0df15d6454bc3864f4e097bced6.tar.bz2 bugs-d4aee587191fa0df15d6454bc3864f4e097bced6.tar.xz bugs-d4aee587191fa0df15d6454bc3864f4e097bced6.zip |
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.)
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 4 |
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>" |