From 1577578158775a1606fa308fa54aec66fc33919a Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" <> Date: Thu, 18 Jan 2001 10:20:04 +0000 Subject: Cleaning up the language for matty for bug #45213 --- process_bug.cgi | 4 ++-- 1 file 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 ". -- cgit v1.2.3-24-g4f1b