Skip to content
Snippets Groups Projects
Commit b8aa6f21 authored by Joe Bordes's avatar Joe Bordes
Browse files

i18n(geojson) syntax fix

parent 1899ad3e
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment