diff options
author | matthew <matthew> | 2009-08-03 10:45:28 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-08-03 10:45:28 +0000 |
commit | bbe100ad480c27fce25b0f70e8904899a6280413 (patch) | |
tree | 5d2d16fcd4188b3eb735e1f612a592efe15ce340 /web/reports.cgi | |
parent | ec03692b2c2c60915d0c2f11989e188b65dfce7f (diff) |
Missing string on reports page, about page text, footer.
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'; |