diff options
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 --> |