From 64ab2da43bcc1710302572d739ace670221d4e60 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Wed, 14 Mar 2012 16:44:43 +0100 Subject: [PATCH] Fixes issue #180. --- DataStructures/TurnInstructions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DataStructures/TurnInstructions.h b/DataStructures/TurnInstructions.h index 9b1c252e5..acaaf1cd6 100644 --- a/DataStructures/TurnInstructions.h +++ b/DataStructures/TurnInstructions.h @@ -58,9 +58,9 @@ struct TurnInstructionsClass { TurnStrings [8] = "Turn slight left"; TurnStrings [9] = "Reach via point"; TurnStrings[10] = "Head"; - TurnStrings[11] = "Enter round-about"; - TurnStrings[12] = "Leave round-about"; - TurnStrings[13] = "Stay on round-about"; + TurnStrings[11] = "Enter roundabout"; + TurnStrings[12] = "Leave roundabout"; + TurnStrings[13] = "Stay on roundabout"; TurnStrings[14] = "Start"; Ordinals[0] = "zeroth";