diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-26 22:44:10 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-26 22:44:10 +0000 |
commit | cdce8826691c52de865140d6c1a8bd5be99e3195 (patch) | |
tree | f59a9d9b82711edf171368415d8163e692434813 /bin/send-reports | |
parent | c59db19be536d54e13b5c27f29a46fd46a4f6297 (diff) |
Compare to translated Other.
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index 84bfb1791..297cdf4ec 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -174,7 +174,7 @@ foreach my $row (@$unsent) { $template = 'submit-brent' if $row->{council} eq 2488 || $row->{council} eq 2237; $template = File::Slurp::read_file("$FindBin::Bin/../templates/emails/$template"); - if ($h{category} eq 'Other') { + if ($h{category} eq _('Other')) { $h{category_footer} = _('this type of local problem'); $h{category_line} = ''; } else { |