diff options
-rwxr-xr-x | web/index.cgi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/web/index.cgi b/web/index.cgi index 6e8920ec1..c5585f78b 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: index.cgi,v 1.249 2009-04-01 00:12:18 matthew Exp $ +# $Id: index.cgi,v 1.250 2009-04-02 17:32:34 matthew Exp $ use strict; use Standard; @@ -492,9 +492,7 @@ sub display_form { } $all_councils = [ keys %$all_councils ]; return display_location($q, _('That spot does not appear to be covered by a council. -Due to the local government changes in Bedfordshire and Cheshire, we are currently unable -to offer our service in those areas - this will hopefully be fixed as soon as possible. -If you have tried to report an issue past the shoreline, on the other hand, +If you have tried to report an issue past the shoreline, for example, please specify the closest point on land.')) unless @$all_councils; my $areas_info = mySociety::MaPit::get_voting_areas_info($all_councils); |