rename "voice commands" to "voice prompts" to avoid confusion with voice control

This commit is contained in:
sonora 2012-02-04 16:31:19 +01:00
parent 3ab295b2b8
commit b54e24397e

View file

@ -113,7 +113,7 @@
<CheckBoxPreference android:summary="@string/trace_rendering_descr" android:title="@string/trace_rendering"
android:key="debug_rendering"></CheckBoxPreference>
<CheckBoxPreference android:key="animate_routing" android:title="Animate routing" android:summary="Simulate route progression manually"></CheckBoxPreference>
<Preference android:key="test_voice_commands" android:summary="Play commands of currently selected voice" android:title="Test voice commands"></Preference>
<Preference android:key="test_voice_commands" android:summary="Play commands of currently selected voice" android:title="Test voice prompts"></Preference>
</PreferenceCategory>
</PreferenceScreen>