aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-03-21 13:16:52 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-03-21 13:16:52 +0000
commitbdf736a0af958c7abdff3c4f53d998891c61facc (patch)
treedcf08a3801bdaab2f627d454b23a19c737b15029 /web
parent56e2f773f929bb0f4aa1edea2cd6b303792b393b (diff)
.no CSS update, missing translated string.
Diffstat (limited to 'web')
-rwxr-xr-xweb/reports.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/reports.cgi b/web/reports.cgi
index 69a8d8240..22dbe344a 100755
--- a/web/reports.cgi
+++ b/web/reports.cgi
@@ -330,7 +330,7 @@ sub list_problems {
$out .= '<li><a href="' . $url . '">';
$out .= ent($_->{title});
$out .= '</a>';
- $out .= ' <small>(sent to both)</small>' if $_->{councils}>1;
+ $out .= ' <small>' . _('(sent to both)') . '</small>' if $_->{councils}>1;
$out .= ' <small>' . _('(not sent to council)') . '</small>' if $_->{councils}==0 && $q->{site} ne 'emptyhomes';
$out .= '<br><small>' . ent($_->{detail}) . '</small>' if $all;
$out .= '</li>';