Commit 15775781 authored by tara%tequilarista.org's avatar tara%tequilarista.org

Cleaning up the language for matty for bug #45213

parent b82afafe
...@@ -524,8 +524,8 @@ SWITCH: for ($::FORM{'knob'}) { ...@@ -524,8 +524,8 @@ SWITCH: for ($::FORM{'knob'}) {
SendSQL("SELECT bug_id FROM bugs WHERE bug_id = " . SqlQuote($num)); SendSQL("SELECT bug_id FROM bugs WHERE bug_id = " . SqlQuote($num));
$num = FetchOneColumn(); $num = FetchOneColumn();
if (!$num) { if (!$num) {
PuntTryAgain("You must specify a bug number of which this bug " . PuntTryAgain("You must specify a valid bug number of which this bug " .
"is a duplicate or a valid bug number. The bug has not been changed.") "is a duplicate. The bug has not been changed.")
} }
if (!defined($::FORM{'id'}) || $num == $::FORM{'id'}) { if (!defined($::FORM{'id'}) || $num == $::FORM{'id'}) {
PuntTryAgain("Nice try, $::FORM{'who'}. But it doesn't really ". PuntTryAgain("Nice try, $::FORM{'who'}. But it doesn't really ".
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment