diff options
author | cyeh%bluemartini.com <> | 2000-08-29 02:48:56 +0200 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2000-08-29 02:48:56 +0200 |
commit | f8fc58cc98b1a13d8264c838b8e0accd5b1d6e96 (patch) | |
tree | b3486df842c5fe536a90ea2bbfdee8f0817ae7ac /process_bug.cgi | |
parent | e6fae1e06eb79da44701ae6fea2e8b296c92e75e (diff) | |
download | bugzilla-f8fc58cc98b1a13d8264c838b8e0accd5b1d6e96.tar.gz bugzilla-f8fc58cc98b1a13d8264c838b8e0accd5b1d6e96.tar.xz |
fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.
patches by zach@zachlipton.com. Thanks!
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
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 ". |