aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorDan Zivkovic <zivkovic@google.com>2015-02-27 21:33:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-02-27 21:33:02 +0000
commit9770336a9b9b65fc62bde6f361e90909d4259769 (patch)
tree443577e3ea4ceb4718919b7d00a25135dd9a115d /java/res
parent98886775cfb95dc7f6ab50653215373b94b13941 (diff)
parent24c275ccb9d12d6160b09c20afe17601b09957f1 (diff)
downloadlatinime-9770336a9b9b65fc62bde6f361e90909d4259769.tar.gz
latinime-9770336a9b9b65fc62bde6f361e90909d4259769.tar.xz
latinime-9770336a9b9b65fc62bde6f361e90909d4259769.zip
Merge "Label empty suggestions."
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. -->