summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2015-01-22 11:35:29 -0800
committerJin Cao <jinyan@google.com>2015-01-22 11:35:29 -0800
commit6c3f99e2e9f0f1ada622c7ab25876b69fa82b146 (patch)
tree0836994b3e057b89ee0368e23b6dc8802fb98e27 /res
parentffc0111fa742c72f2457cecc1116e4ea3c6c8c6e (diff)
downloadchips-6c3f99e2e9f0f1ada622c7ab25876b69fa82b146.tar.gz
Add content description to the chips delete icon
b/19102218 Change-Id: I94f6cc642a12793dc7ee38afad6589d52f262d1a
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 878cdaa..ecff60f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -16,16 +16,14 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Text displayed when the recipientedittextview is not focused. Displays the total number of recipients since the field is shrunk to just display a portion -->
<string name="more_string">\u002B<xliff:g id="count">%1$d</xliff:g></string>
-
- <!-- Text displayed when the user long presses on a chip to copy the recipients email address.
- [CHAR LIMIT=200] -->
+ <!-- Text displayed when the user long presses on a chip to copy the recipients email address [CHAR LIMIT=200] -->
<string name="copy_email">Copy email address</string>
- <!-- Text displayed when the user long presses on a chip to copy the recipient's phone number.
- [CHAR LIMIT=200] -->
+ <!-- Text displayed when the user long presses on a chip to copy the recipient's phone number [CHAR LIMIT=200] -->
<string name="copy_number">Copy phone number</string>
- <!-- Text displayed in the enter key slot when the recipientedittextview has focus.
- [CHAR LIMIT=12] -->
+ <!-- Text displayed in the enter key slot when the recipientedittextview has focus [CHAR LIMIT=12] -->
<string name="action_label">Return</string>
<!-- Announce the number of possible recipient entries that the user can select from for accessibility purposes [CHAR LIMIT=200] -->
<string name="accessbility_suggestion_dropdown_opened">Contact suggestions opened</string>
+ <!-- Description for the delete button that removes the selected contact from the recipients [CHAR LIMIT=100] -->
+ <string name="dropdown_delete_button_desc">Remove <xliff:g id="contact">%s</xliff:g> from recipients</string>
</resources>