From 326b4f1e0b863271aa84b441bed1e974a54ae509 Mon Sep 17 00:00:00 2001 From: sonora Date: Tue, 16 Jul 2013 02:31:31 +0200 Subject: [PATCH] snall typo --- OsmAnd/src/net/osmand/plus/development/TestVoiceActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/development/TestVoiceActivity.java b/OsmAnd/src/net/osmand/plus/development/TestVoiceActivity.java index 15cef2b5b6..807c44cf4f 100644 --- a/OsmAnd/src/net/osmand/plus/development/TestVoiceActivity.java +++ b/OsmAnd/src/net/osmand/plus/development/TestVoiceActivity.java @@ -97,7 +97,7 @@ public class TestVoiceActivity extends SherlockActivity { addButton(ll, "When possible, make a U-turn", builder(p).makeUTwp()); addButton(ll, "Prepare to enter a roundabout after 750m", builder(p).prepareRoundAbout(750)); addButton(ll, "After 450m enter the roundabout and take the 1st exit", builder(p).roundAbout(450, 0, 1)); - addButton(ll, "Roundabout: Take the 2th exit", builder(p).roundAbout(0, 2)); + addButton(ll, "Roundabout: Take the 2nd exit", builder(p).roundAbout(0, 2)); addButton(ll, "GPS signal lost", builder(p).gpsLocationLost()); addButton(ll, "Route recalculated (23150m)", builder(p).routeRecalculated(23150)); addButton(ll, "Continue straight ahead", builder(p).goAhead());