From f646e5aedb2a0c2bed5c6d5715fc7d2f325c83b1 Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Sun, 5 Oct 2008 21:50:38 +0000 Subject: Fixed the mail subject of sent mails. CVS version numbers check_trans.pl: 1.85 -> 1.86 --- check_trans.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_trans.pl') diff --git a/check_trans.pl b/check_trans.pl index d72c59a0131..c434ad17c6e 100755 --- a/check_trans.pl +++ b/check_trans.pl @@ -496,7 +496,7 @@ sub send_email } $recipient = $translators->{$name}{'email'}; - $subject = $translators->{'default'}{'subject'}; + $subject = $translators->{'default'}{'mailsubject'}; # read body and interpret perl that's embedded there $mailbody = read_file_enc( $translators->{'default'}{'mailbody'} ) -- cgit v1.2.3