diff options
Diffstat (limited to 'bin/send-questionnaires-eha')
-rwxr-xr-x | bin/send-questionnaires-eha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/send-questionnaires-eha b/bin/send-questionnaires-eha index a11dcd1ab..1a3e5b004 100755 --- a/bin/send-questionnaires-eha +++ b/bin/send-questionnaires-eha @@ -6,7 +6,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: send-questionnaires-eha,v 1.4 2009-07-13 17:56:36 matthew Exp $ +# $Id: send-questionnaires-eha,v 1.5 2009-07-16 11:57:19 matthew Exp $ use strict; require 5.8.0; @@ -90,7 +90,7 @@ sub send_q { _template_ => _($template), _parameters_ => \%h, To => [ [ $row->{email}, $row->{name} ] ], - From => [ $sender, 'Empty Homes Agency' ], + From => [ $sender, _('Report Empty Homes') ], 'Message-ID' => sprintf('<ques-%s-%s@emptyhomes.com>', time(), unpack('h*', random_bytes(5, 1))), }); |