diff options
author | tara%tequilarista.org <> | 2001-01-18 11:20:04 +0100 |
---|---|---|
committer | tara%tequilarista.org <> | 2001-01-18 11:20:04 +0100 |
commit | 1577578158775a1606fa308fa54aec66fc33919a (patch) | |
tree | 188b54cc529a66212ef1264e80c810b1f1906d1c | |
parent | b82afafeadec1e726af8b0007d3e82a33f81cbe0 (diff) | |
download | bugzilla-1577578158775a1606fa308fa54aec66fc33919a.tar.gz bugzilla-1577578158775a1606fa308fa54aec66fc33919a.tar.xz |
Cleaning up the language for matty for bug #45213
-rwxr-xr-x | process_bug.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index b0ead7abe..4acabf8e7 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -524,8 +524,8 @@ SWITCH: for ($::FORM{'knob'}) { SendSQL("SELECT bug_id FROM bugs WHERE bug_id = " . SqlQuote($num)); $num = FetchOneColumn(); if (!$num) { - PuntTryAgain("You must specify a bug number of which this bug " . - "is a duplicate or a valid bug number. The bug has not been changed.") + PuntTryAgain("You must specify a valid bug number of which this bug " . + "is a duplicate. The bug has not been changed.") } if (!defined($::FORM{'id'}) || $num == $::FORM{'id'}) { PuntTryAgain("Nice try, $::FORM{'who'}. But it doesn't really ". |