From: endico%mozilla.org <> Date: Tue, 27 Jun 2000 03:29:10 +0000 (+0000) Subject: change wording of mail notification X-Git-Tag: bugzilla-2.12~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7171d4a4a7976a2924bceb7bf4d41a0892d62edf;p=thirdparty%2Fbugzilla.git change wording of mail notification --- diff --git a/move.pl b/move.pl index eca3dd631d..f6b4046458 100755 --- a/move.pl +++ b/move.pl @@ -109,7 +109,7 @@ $host =~ s#http://([^/]+)/.*#$1#; my $to = "endico\@localhost"; my $msg = "To: $to\n"; $msg .= "From: Bugzilla \n"; -$msg .= "Subject: Moving bugs $buglist\n\n"; +$msg .= "Subject: Moving bug(s) $buglist\n\n"; $msg .= $xml . "\n"; open(SENDMAIL,