diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d6394bc..dd363de 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1702,8 +1702,10 @@ found in the list of installed applications.</string> <string name="tts_default_pitch_title">Pitch</string> <!-- On main TTS Settings screen, summary for default pitch for synthesized voice --> <string name="tts_default_pitch_summary">Affects the tone of the spoken text</string> - <!-- On main TTS Settings screen, section header for list of available speech synthesizers --> - <string name="tts_available_synths_section">Available speech synthesizers</string> + <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice --> + <string name="tts_default_lang_title">Language</string> + <!-- On main TTS Settings screen, summary for default language for synthesized voice --> + <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string> <!-- Power Control Widget --> <string name="gadget_title">Power Control</string> |