summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorClaudia de Veaux <deveaux@google.com>2011-11-03 18:59:02 -0700
committerClaudia de Veaux <deveaux@google.com>2011-11-03 18:59:02 -0700
commit74eda3978c3395dab87ac6ee03d29ae09d4e76db (patch)
treeff051a97a8c532c0520c569ea84e164f43de4fdf /res
parente06f24ef729d36330b92a87f9e4b2b60c3a12d1e (diff)
downloadVoiceDialer-74eda3978c3395dab87ac6ee03d29ae09d4e76db.tar.gz
Edit to text strings to meet UI text standards.
e.g., we don't say "please" or use "failure" anymore. Bugs: 5165745, 5163232, 5162668 Change-Id: I45f5ec2af48f62d26dacbacf1606cd19201206f7
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5172c4c..0102ea1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -52,23 +52,23 @@
<string name="bluetooth_title">Bluetooth Voice Dialer</string>
<!-- displayed on the VoiceDialer main screen while initializing -->
- <string name="initializing">Starting up.</string>
+ <string name="initializing">Starting up\u2026</string>
<!-- displayed on the VoiceDialer main screen while listening to speech -->
<string name="listening">Listening\u2026</string>
<!-- displayed on the VoiceDialer main screen upon failure -->
- <string name="please_try_again">Please try again.</string>
+ <string name="please_try_again">Try again.</string>
<!--displayed when there is a fatal error on initialization or
recognition-->
- <string name="failure">Failure</string>
+ <string name="failure">Couldn\'t initialize</string>
<!-- displayed on the VoiceDialer main screen after unrecoverable error.
when present, this message follows the one above -->
<string name="recognition_error">
- You can also try restarting your phone.
+ Restart your phone then try again.
</string>
<!-- displayed when the connection tot he bluetooth headset is lost -->
@@ -98,11 +98,11 @@
<!-- message in popup which indicates that VoiceDialer logging
has been enabled -->
- <string name="logging_enabled">Voice Dialer logging is enabled.</string>
+ <string name="logging_enabled">Voice Dialer logging is turned on.</string>
<!-- message in popup which indicates that VoiceDialer logging
has been disabled -->
- <string name="logging_disabled">Voice Dialer logging is disabled.</string>
+ <string name="logging_disabled">Voice Dialer logging is turned off.</string>
<!-- message that is spoken to indicate that the user can begin speaking.
-->