From 253b591a875e1d9d02a0d14b38af009056a84190 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Sun, 15 Apr 2012 19:33:23 +0200 Subject: [PATCH] fixed error with translation of east to German --- WebContent/localization/OSRM.Locale.de.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/localization/OSRM.Locale.de.js b/WebContent/localization/OSRM.Locale.de.js index 2a5d49f2e..161fa9299 100644 --- a/WebContent/localization/OSRM.Locale.de.js +++ b/WebContent/localization/OSRM.Locale.de.js @@ -52,7 +52,7 @@ OSRM.Localization["de"] = { "NO_ROUTE_FOUND": "Keine Route hierher möglich", // directions "N": "Norden", -"O": "Ost", +"E": "Ost", "S": "Süden", "W": "Westen", "NE": "Nordost",