diff options
author | Mike LeBeau <mlebeau@android.com> | 2010-03-30 12:03:39 -0700 |
---|---|---|
committer | Mike LeBeau <mlebeau@android.com> | 2010-03-30 14:16:34 -0700 |
commit | e076bef97d4ec83b6ef3a27ca7b8143d8ad306f2 (patch) | |
tree | a6ff57f583596f84face00bf6a702090555c96fd | |
parent | 43630806bbe4dab6509fe825938ce28b0b4b76c8 (diff) | |
download | packages_apps_settings-e076bef97d4ec83b6ef3a27ca7b8143d8ad306f2.zip packages_apps_settings-e076bef97d4ec83b6ef3a27ca7b8143d8ad306f2.tar.gz packages_apps_settings-e076bef97d4ec83b6ef3a27ca7b8143d8ad306f2.tar.bz2 |
Add new string to identify what speech recognizer the settings are for.
http://b/2546173
Change-Id: I7d59a69eba0e4f3c87586c968574d291a200352c
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c7fcfc2..01866c6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2173,6 +2173,9 @@ found in the list of installed applications.</string> <string name="recognizer_title">Voice recognizer</string> <!-- Title for the link to settings for the chosen voice recognizer in voice input/output settings --> <string name="recognizer_settings_title">Voice recognizer settings</string> + <!-- Summary for the link to settings for the chosen voice recognizer in voice input/output settings. + Would say something like, e.g., "Settings for 'Google'". --> + <string name="recognizer_settings_summary">Settings for '<xliff:g id="recognizer_name">%s</xliff:g>'</string> <!-- Text-To-Speech (TTS) settings --><skip /> <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to the text-to-speech functionality --> |