summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2011-10-04 17:05:51 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2011-10-04 17:05:55 -0700
commitbd39ca701492cb4dccfbe70c7bb76219979326a4 (patch)
tree53369dd046f68589d97d3c8f9de05a77b4368224 /core/res
parentb11d09cb66114dd4a3accab903e6f7d9603dfee8 (diff)
downloadframeworks_base-bd39ca701492cb4dccfbe70c7bb76219979326a4.zip
frameworks_base-bd39ca701492cb4dccfbe70c7bb76219979326a4.tar.gz
frameworks_base-bd39ca701492cb4dccfbe70c7bb76219979326a4.tar.bz2
Make prompt for headset while typing a password if accessibilbity is on less verbose.
If accessibility is enabled and there is no headset we do not speak the pressed keys. In such a case we provide a prompt to the blind user to use a headset. This was announced on every keypress which is quite annoying. Now this is announced only once. bug:5342234 Change-Id: Ibe55ad991ad2153d09cde57b030544948fa0d73b
Diffstat (limited to 'core/res')
-rwxr-xr-xcore/res/res/values/strings.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 2d5d4cc..d549b50 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3206,8 +3206,9 @@
<string name="description_target_soundon">Sound on</string>
<!-- Announce that a headset is required to hear keyboard keys while typing a password. [CHAR LIMIT=NONE] -->
- <string name="keyboard_headset_required_to_hear_password">Key. Headset required to hear
- keys while typing a password.</string>
+ <string name="keyboard_headset_required_to_hear_password">Plug in a headset to hear password keys spoken aloud.</string>
+ <!-- The value of a keyboard key announced when accessibility is enabled and no headsed is used. [CHAR LIMIT=NONE] -->
+ <string name="keyboard_password_character_no_headset">Dot.</string>
<!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
<string name="action_bar_home_description">Navigate home</string>
@@ -3306,4 +3307,4 @@
<!-- Delimeter used between each item in a textual list; for example "Alpha, Beta". [CHAR LIMIT=3] -->
<string name="list_delimeter">", "</string>
-</resources> \ No newline at end of file
+</resources>