From 0521cc793fb0e3f381e0e1ca312dca8e8cee112e Mon Sep 17 00:00:00 2001 From: aceman444 Date: Mon, 5 Sep 2016 00:32:50 +0200 Subject: [PATCH] Fix 'booth' typo in TestVoiceActivity.java --- 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 b71086bdf1..dc06cedc55 100644 --- a/OsmAnd/src/net/osmand/plus/development/TestVoiceActivity.java +++ b/OsmAnd/src/net/osmand/plus/development/TestVoiceActivity.java @@ -226,7 +226,7 @@ public class TestVoiceActivity extends OsmandActionBarActivity { addButton(ll, "(9.3) Attention, border control", builder(p).attention("BORDER_CONTROL")); addButton(ll, "(9.4) Attention, railroad crossing", builder(p).attention("RAILWAY")); addButton(ll, "(9.5) Attention, traffic calming", builder(p).attention("TRAFFIC_CALMING")); - addButton(ll, "(9.6) Attention, toll both", builder(p).attention("TOLL_BOOTH")); + addButton(ll, "(9.6) Attention, toll booth", builder(p).attention("TOLL_BOOTH")); addButton(ll, "(9.7) Attention, stop sign", builder(p).attention("STOP")); addButton(ll, "(9.8) Attention, pedestrian crosswalk", builder(p).attention("PEDESTRIAN"));