summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
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
commita98b8e49be8e1ff1938ab204d86372e292c78194 (patch)
tree103dcdaa7d80434447ead42201e044fd98c8f0ea /res/values/strings.xml
parentdc760f38bc66d257ff38f1f8db18ee32961261bf (diff)
downloadandroid_frameworks_opt_chips-a98b8e49be8e1ff1938ab204d86372e292c78194.tar.gz
android_frameworks_opt_chips-a98b8e49be8e1ff1938ab204d86372e292c78194.tar.bz2
android_frameworks_opt_chips-a98b8e49be8e1ff1938ab204d86372e292c78194.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 '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 369a6cb..f67d440 100644
--- a/res/values/strings.xml
+++ b/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>