summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-05-09 11:26:45 -0700
committerMindy Pereira <mindyp@google.com>2012-05-09 11:26:45 -0700
commit1896ac000251e74f4939421d3d4d28b69717c52a (patch)
tree280508b027b03d306f916b97fe290797667c8931 /chips/res
parentdd5c5cf8541ca41b70f396c4ee3152c069b2b72d (diff)
downloadandroid_frameworks_ex-1896ac000251e74f4939421d3d4d28b69717c52a.tar.gz
android_frameworks_ex-1896ac000251e74f4939421d3d4d28b69717c52a.tar.bz2
android_frameworks_ex-1896ac000251e74f4939421d3d4d28b69717c52a.zip
Change text on "done" to say "return"
Fixes b/6468243 While adding chips to the To field display label "Return" instead of "Done" Change-Id: I42f9a845c553f0aa01971c5b3221ce5d0504c810
Diffstat (limited to 'chips/res')
-rw-r--r--chips/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chips/res/values/strings.xml b/chips/res/values/strings.xml
index 369a6cb..f67d440 100644
--- a/chips/res/values/strings.xml
+++ b/chips/res/values/strings.xml
@@ -26,4 +26,7 @@
<!-- 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] -->
+ <string name="done">Return</string>
</resources>