aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-reports
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-26 22:44:10 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-26 22:44:10 +0000
commitcdce8826691c52de865140d6c1a8bd5be99e3195 (patch)
treef59a9d9b82711edf171368415d8163e692434813 /bin/send-reports
parentc59db19be536d54e13b5c27f29a46fd46a4f6297 (diff)
Compare to translated Other.
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-xbin/send-reports2
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 {