rename "voice commands" to "voice prompts" to avoid confusion with voice control
This commit is contained in:
parent
3ab295b2b8
commit
b54e24397e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue