diff options
| author | 2016-04-18 15:14:03 +0000 | |
|---|---|---|
| committer | 2016-04-18 15:14:04 +0000 | |
| commit | 739da49dbb5f1132da62fe55768602f36b08575c (patch) | |
| tree | 022fbf872829538e58279576e33cc4432ab5f904 | |
| parent | 7d0b8d792886b2ed5ff89ac6c2723fba9d44c7d4 (diff) | |
| parent | 0f11e37810915c43e3e99c5626f9005e6e8e4e87 (diff) | |
Merge "Add strings for reset speech pitch button in Text-to-Speech output settings UI." into nyc-dev
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 985fe3ccc1bc..699f827fa7ca 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -299,6 +299,11 @@ <!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences that are applicable to all engines, such as the speech rate --> <string name="tts_general_section_title">General</string> + <!-- On main TTS Settings screen, in default settings section, + reset speech pitch of synthesized voice to 1x speech pitch. [CHAR LIMIT=50] --> + <string name="tts_reset_speech_pitch_title">Reset speech pitch</string> + <!--On main TTS Settings screen, summary for reset speech pitch of synthesized voice [CHAR LIMIT=150] --> + <string name="tts_reset_speech_pitch_summary">Reset the pitch at which the text is spoken to default.</string> <!-- Default speech rate choices --> <string-array name="tts_rate_entries"> |