diff options
author | 2011-10-07 15:36:04 -0700 | |
---|---|---|
committer | 2011-10-07 15:36:04 -0700 | |
commit | 7c2d7ad6349eaf36312b69feb6efb6cd7201b0bc (patch) | |
tree | 0cb1beaef68f3f083e78261b3f84841356a39e90 /java/res | |
parent | fee149abe0358ff0efcebff3d0b60d8be83af437 (diff) | |
parent | b0c8db018d53b103dcb4b699be27a4e1a2c2f92c (diff) | |
download | latinime-7c2d7ad6349eaf36312b69feb6efb6cd7201b0bc.tar.gz latinime-7c2d7ad6349eaf36312b69feb6efb6cd7201b0bc.tar.xz latinime-7c2d7ad6349eaf36312b69feb6efb6cd7201b0bc.zip |
Merge "Let accessibility users know to connect a headset when the IME connects to a password field."
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index a1f34887b..8bc97f66e 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -142,6 +142,9 @@ <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]--> <string name="label_wait_key">Wait</string> + <!-- Spoken description to let the user know that when typing in a password, they can plug in a headset in to hear spoken descriptions of the keys they type. [CHAR LIMIT=NONE] --> + <string name="spoken_use_headphones">Plug in a headset to hear password keys spoken aloud.</string> + <!-- Spoken description for the currently entered text --> <string name="spoken_current_text_is">Current text is "%s"</string> <!-- Spoken description when there is no text entered --> |