diff options
author | 2011-10-07 15:37:42 -0700 | |
---|---|---|
committer | 2011-10-07 15:37:42 -0700 | |
commit | 01f7ed359531d2a9461168052bf2b09fa24f253c (patch) | |
tree | 0cb1beaef68f3f083e78261b3f84841356a39e90 /java/res | |
parent | 91b03b5bd77cb6f379f40dfb9a14654a893a8d78 (diff) | |
parent | 7c2d7ad6349eaf36312b69feb6efb6cd7201b0bc (diff) | |
download | latinime-01f7ed359531d2a9461168052bf2b09fa24f253c.tar.gz latinime-01f7ed359531d2a9461168052bf2b09fa24f253c.tar.xz latinime-01f7ed359531d2a9461168052bf2b09fa24f253c.zip |
am 7c2d7ad6: Merge "Let accessibility users know to connect a headset when the IME connects to a password field."
* commit '7c2d7ad6349eaf36312b69feb6efb6cd7201b0bc':
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 --> |