]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
change wording of mail notification
authorendico%mozilla.org <>
Tue, 27 Jun 2000 03:29:10 +0000 (03:29 +0000)
committerendico%mozilla.org <>
Tue, 27 Jun 2000 03:29:10 +0000 (03:29 +0000)
move.pl

diff --git a/move.pl b/move.pl
index eca3dd631dd7b8b9d130a44f0b83fcd2e989d226..f6b4046458ea083b06737ca3dbd3db581ff06175 100755 (executable)
--- 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 <bugzilla\@$host>\n";
-$msg .= "Subject: Moving bugs $buglist\n\n";
+$msg .= "Subject: Moving bug(s) $buglist\n\n";
 $msg .= $xml . "\n";
 
 open(SENDMAIL,