diff options
author | 2015-02-27 21:36:56 +0000 | |
---|---|---|
committer | 2015-02-27 21:36:56 +0000 | |
commit | a3b7ff254d078e0023002a4afe6c50b1057cefdf (patch) | |
tree | 59db78a5d393507fe170d2e19902fb3c0e26e5a0 /java/res | |
parent | 33fdb46b5ef1a76e48718e8d8977ea98224f82db (diff) | |
parent | 9770336a9b9b65fc62bde6f361e90909d4259769 (diff) | |
download | latinime-a3b7ff254d078e0023002a4afe6c50b1057cefdf.tar.gz latinime-a3b7ff254d078e0023002a4afe6c50b1057cefdf.tar.xz latinime-a3b7ff254d078e0023002a4afe6c50b1057cefdf.zip |
am 9770336a: Merge "Label empty suggestions."
* commit '9770336a9b9b65fc62bde6f361e90909d4259769':
Label empty suggestions.
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings-talkback-descriptions.xml | 3 |
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. --> |