snall typo

This commit is contained in:
sonora 2013-07-16 02:31:31 +02:00
parent d83b55b6ac
commit 326b4f1e0b

View file

@ -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());