diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-10-04 13:50:46 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-10-05 14:29:43 +0100 |
commit | 85aa8a112e97e2c25d7af090fd9fab83e86a842b (patch) | |
tree | e56618f8bb8c44ea0b47b1d8d81e98f227136d30 /perllib/FixMyStreet/Geocode/OSM.pm | |
parent | a4f6ba5bd1c6ae1a1c4f2a3186c920b54f88b53d (diff) |
Travis script.
Diffstat (limited to 'perllib/FixMyStreet/Geocode/OSM.pm')
-rw-r--r-- | perllib/FixMyStreet/Geocode/OSM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |