summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index 14dbe1a03..11cd5b3ec 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -521,7 +521,7 @@ SWITCH: for ($::FORM{'knob'}) {
$num = FetchOneColumn();
if (!$num) {
PuntTryAgain("You must specify a bug number of which this bug " .
- "is a duplicate. The bug has not been changed.")
+ "is a duplicate or a valid bug number. The bug has not been changed.")
}
if (!defined($::FORM{'id'}) || $num == $::FORM{'id'}) {
PuntTryAgain("Nice try, $::FORM{'who'}. But it doesn't really ".