From 85aa8a112e97e2c25d7af090fd9fab83e86a842b Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 4 Oct 2012 13:50:46 +0100 Subject: Travis script. --- perllib/FixMyStreet/Geocode/OSM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perllib/FixMyStreet/Geocode/OSM.pm') diff --git a/perllib/FixMyStreet/Geocode/OSM.pm b/perllib/FixMyStreet/Geocode/OSM.pm index 78db7fe44..d96338c16 100644 --- a/perllib/FixMyStreet/Geocode/OSM.pm +++ b/perllib/FixMyStreet/Geocode/OSM.pm @@ -58,7 +58,7 @@ sub string { } if (!$js) { - return { error => _('Sorry, we could not parse that location. Please try again.') }; + return { error => _('Sorry, we could not find that location.') }; } $js = JSON->new->utf8->allow_nonref->decode($js); -- cgit v1.2.3