diff options
author | Mike LeBeau <mlebeau@android.com> | 2010-03-30 14:45:00 -0700 |
---|---|---|
committer | Mike LeBeau <mlebeau@android.com> | 2010-03-30 14:45:00 -0700 |
commit | 38947ddcfb2411d380d631ebfc29d66b11821879 (patch) | |
tree | 866cf24b373214bb2a0d8e1e008f4f4394508689 /res | |
parent | e076bef97d4ec83b6ef3a27ca7b8143d8ad306f2 (diff) | |
download | packages_apps_Settings-38947ddcfb2411d380d631ebfc29d66b11821879.tar.gz packages_apps_Settings-38947ddcfb2411d380d631ebfc29d66b11821879.tar.bz2 packages_apps_Settings-38947ddcfb2411d380d631ebfc29d66b11821879.zip |
Fix the build - doh.
Change-Id: Iffaf7276340c00b3652e38580abdb218e5907917
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 01866c6bb..5a62ae419 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2175,7 +2175,7 @@ found in the list of installed applications.</string> <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> + <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 --> |