diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-21 13:16:52 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-21 13:16:52 +0000 |
commit | bdf736a0af958c7abdff3c4f53d998891c61facc (patch) | |
tree | dcf08a3801bdaab2f627d454b23a19c737b15029 /web | |
parent | 56e2f773f929bb0f4aa1edea2cd6b303792b393b (diff) |
.no CSS update, missing translated string.
Diffstat (limited to 'web')
-rwxr-xr-x | web/reports.cgi | 2 |
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>'; |