summaryrefslogtreecommitdiffstats
path: root/move.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-06-27 05:29:10 +0200
committerendico%mozilla.org <>2000-06-27 05:29:10 +0200
commit7171d4a4a7976a2924bceb7bf4d41a0892d62edf (patch)
treed56854f3b5dd58e517042417aa4293c2a6aacd6a /move.pl
parent3d12a612dce615ae5cdac77dccd86f1b88304b95 (diff)
downloadbugzilla-7171d4a4a7976a2924bceb7bf4d41a0892d62edf.tar.gz
bugzilla-7171d4a4a7976a2924bceb7bf4d41a0892d62edf.tar.xz
change wording of mail notification
Diffstat (limited to 'move.pl')
-rwxr-xr-xmove.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/move.pl b/move.pl
index eca3dd631..f6b404645 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 <bugzilla\@$host>\n";
-$msg .= "Subject: Moving bugs $buglist\n\n";
+$msg .= "Subject: Moving bug(s) $buglist\n\n";
$msg .= $xml . "\n";
open(SENDMAIL,