From: tara%tequilarista.org <> Date: Thu, 18 Jan 2001 10:20:04 +0000 (+0000) Subject: Cleaning up the language for matty for bug #45213 X-Git-Tag: bugzilla-2.12~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1577578158775a1606fa308fa54aec66fc33919a;p=thirdparty%2Fbugzilla.git Cleaning up the language for matty for bug #45213 --- diff --git a/process_bug.cgi b/process_bug.cgi index b0ead7abe1..4acabf8e71 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 ".