Skip to content
Snippets Groups Projects
Unverified Commit ecbd1e85 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

Merge pull request #8994 from joebordes/i18n004

i18n(geojson) syntax fix
parents d1192171 b8aa6f21
Branches
Tags
No related merge requests found
......@@ -72,7 +72,7 @@
(catch NoRouteToHostException e
(rethrow-with-message (tru "Unable to connect to host at URL `{0}`" url) e))
(catch ConnectException e
(rethrow-with-message (tru "Connection refused by host at for URL `{0}`" url) e))
(rethrow-with-message (tru "Connection refused by host for URL `{0}`" url) e))
(catch FileNotFoundException e
(rethrow-with-message (tru "Unable to retrieve resource at URL `{0}`" url) e))
(catch JsonParseException e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment