summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-08-09 16:49:33 -0700
committerMindy Pereira <mindyp@google.com>2011-08-09 17:05:22 -0700
commit1d1ec857e5d050163cb87936e233b5f9cf321344 (patch)
treefe30851add27bd37666fe8ef5c121a5059223662 /res/values/strings.xml
parent401cd96a036a3752b81698c21d1bd5dce16657e4 (diff)
downloadandroid_frameworks_opt_chips-1d1ec857e5d050163cb87936e233b5f9cf321344.tar.gz
android_frameworks_opt_chips-1d1ec857e5d050163cb87936e233b5f9cf321344.tar.bz2
android_frameworks_opt_chips-1d1ec857e5d050163cb87936e233b5f9cf321344.zip
Add ability to copy a single recipient chip.
Fixes b/5143564 implement single chip copy Change-Id: I598a53a60ba29b99637b2d1633b3884811938317
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 514615c..c1acaa0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -20,4 +20,7 @@
<!-- Text displayed when there are remote directories not returning results.
[CHAR LIMIT=50] -->
<string name="chips_waiting_for_directory_result">Waiting for more contacts</string>
+ <!-- Text displayed when the user long presses on a chip to copy the recipients email address.
+ [CHAR LIMIT=200] -->
+ <string name="copy">Copy email address</string>
</resources>