Merge pull request #3045 from aceman444/patch-2

Fix 'booth' typo in TestVoiceActivity.java
This commit is contained in:
vshcherb 2016-09-05 13:23:10 +02:00 committed by GitHub
commit c8854c4ce5

View file

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