diff options
Diffstat (limited to 'web/reports.cgi')
-rwxr-xr-x | web/reports.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/reports.cgi b/web/reports.cgi index 465ae0f26..6eff392c7 100755 --- a/web/reports.cgi +++ b/web/reports.cgi @@ -7,7 +7,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: reports.cgi,v 1.32 2009-07-22 19:44:19 matthew Exp $ +# $Id: reports.cgi,v 1.33 2009-08-03 10:45:28 matthew Exp $ use strict; use Standard; @@ -208,7 +208,7 @@ sub main { print "."; } else { my $rss_url = '/rss/reports/' . Page::short_name($name); - my $thing = 'council'; + my $thing = _('council'); if ($ward) { $rss_url .= '/' . Page::short_name($q_ward); $thing = 'ward'; |