From d0c58718580fdac6c4ee1c3c6683b5db4961ed33 Mon Sep 17 00:00:00 2001 From: J Guthrie Date: Mon, 2 Apr 2018 23:20:31 +0100 Subject: [PATCH 1/2] Reworded roundabout exit text --- config/locales/en.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index af33f34f8b..d132551b86 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2377,11 +2377,11 @@ en: against_oneway_without_exit: Go against one-way on %{name} end_oneway_without_exit: End of one-way on %{name} roundabout_with_exit: At roundabout take exit %{exit} onto %{name} - turn_left_with_exit: At roundabout turn left onto %{name} - slight_left_with_exit: At roundabout slight left onto %{name} - turn_right_with_exit: At roundabout turn right onto %{name} - slight_right_with_exit: At roundabout slight right onto %{name} - continue_with_exit: At roundabout continue straight onto %{name} + turn_left_with_exit: Turn left onto %{name} + slight_left_with_exit: Make a slight left onto %{name} + turn_right_with_exit: Turn right onto %{name} + slight_right_with_exit: Make a slight right onto %{name} + continue_with_exit: Go straight onto %{name} unnamed: "unnamed road" courtesy: "Directions courtesy of %{link}" time: "Time" From e4c37036dbc39fe3d11b4e905497c7f0cea060a8 Mon Sep 17 00:00:00 2001 From: J Guthrie Date: Thu, 26 Apr 2018 00:51:35 +0100 Subject: [PATCH 2/2] Removed directions from roundabout exit instructions --- config/locales/en.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index d132551b86..2fdee0b2d3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2377,11 +2377,11 @@ en: against_oneway_without_exit: Go against one-way on %{name} end_oneway_without_exit: End of one-way on %{name} roundabout_with_exit: At roundabout take exit %{exit} onto %{name} - turn_left_with_exit: Turn left onto %{name} - slight_left_with_exit: Make a slight left onto %{name} - turn_right_with_exit: Turn right onto %{name} - slight_right_with_exit: Make a slight right onto %{name} - continue_with_exit: Go straight onto %{name} + turn_left_with_exit: Exit onto %{name} + slight_left_with_exit: Exit onto %{name} + turn_right_with_exit: Exit onto %{name} + slight_right_with_exit: Exit onto %{name} + continue_with_exit: Exit onto %{name} unnamed: "unnamed road" courtesy: "Directions courtesy of %{link}" time: "Time"