aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorDan Zivkovic <zivkovic@google.com>2015-02-27 12:38:18 -0800
committerDan Zivkovic <zivkovic@google.com>2015-02-27 12:44:28 -0800
commit24c275ccb9d12d6160b09c20afe17601b09957f1 (patch)
tree769de210151fc6511ce93aa847d4a33f72e5af3e /java/res
parent69c04cadc7c017f9de53f13ea045347b80316d4a (diff)
downloadlatinime-24c275ccb9d12d6160b09c20afe17601b09957f1.tar.gz
latinime-24c275ccb9d12d6160b09c20afe17601b09957f1.tar.xz
latinime-24c275ccb9d12d6160b09c20afe17601b09957f1.zip
Label empty suggestions.
When talkback is enabled, empty strings will have a content description. Bug 19479836. Change-Id: I25679a2bdeff238a5330ba406d5bc7e6e2868ba1
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings-talkback-descriptions.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/values/strings-talkback-descriptions.xml b/java/res/values/strings-talkback-descriptions.xml
index 36fa7b3b4..9644271c0 100644
--- a/java/res/values/strings-talkback-descriptions.xml
+++ b/java/res/values/strings-talkback-descriptions.xml
@@ -31,6 +31,9 @@
<!-- Spoken description used during obscured (e.g. password) entry to let the user know that auto-correction will be performed when a key is pressed. -->
<string name="spoken_auto_correct_obscured"><xliff:g id="KEY_NAME" example="Space">%1$s</xliff:g> performs auto-correction</string>
+ <!-- Spoken description of a suggestion when nothing is specified and the field is blank. -->
+ <string name="spoken_empty_suggestion">No suggestion</string>
+
<!-- Spoken description for unknown keyboard keys. -->
<string name="spoken_description_unknown">Unknown character</string>
<!-- Spoken description for the "Shift" keyboard key when "Shift" is off. -->