aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorBas Zoetekouw <bas>2008-10-05 21:50:38 +0000
committerBas Zoetekouw <bas>2008-10-05 21:50:38 +0000
commitf646e5aedb2a0c2bed5c6d5715fc7d2f325c83b1 (patch)
tree29ba1c08f21e773103d330710a4c1645cbd4ac39 /check_trans.pl
parent71474acbff8db38448ccec84c6154bb2a7fe363d (diff)
Fixed the mail subject of sent mails.
CVS version numbers check_trans.pl: 1.85 -> 1.86
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl2
1 files changed, 1 insertions, 1 deletions
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'} )

© 2014-2024 Faster IT GmbH | imprint | privacy policy