From 2003257779540c3dd11adb52376f8e9804ad3561 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Tue, 9 Aug 2022 21:06:10 +0200 Subject: [PATCH] Remove `>` from default export name (#202) as it requires encoding in XML and gets removed in filename anyway. --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 91f728d..ba761c7 100644 --- a/locales/en.json +++ b/locales/en.json @@ -36,7 +36,7 @@ "format_kml": "KML", "include": "Include", "include_waypoints": "Waypoints", - "route-from-to": "{{from}} -> {{to}} ({{distance}}km)", + "route-from-to": "{{from}} - {{to}} ({{distance}}km)", "route-loop": "{{from}} ({{distance}}km)", "title": "Export route", "trackname": "Name"