summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/callcomposer/res/values/strings.xml
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-03-15 14:41:07 -0700
committerEric Erfanian <erfanian@google.com>2017-03-15 16:24:23 -0700
commitd5e47f6da5b08b13ecdfa7f1edc7e12aeb83fab9 (patch)
treeb54abbb51fb7d66e7755a1fbb5db023ff601090b /java/com/android/dialer/callcomposer/res/values/strings.xml
parent30436e7e6d3f2c8755a91b2b6222b74d465a9e87 (diff)
Update Dialer source from latest green build.
* Refactor voicemail component * Add new enriched calling components Test: treehugger, manual aosp testing Change-Id: I521a0f86327d4b42e14d93927c7d613044ed5942
Diffstat (limited to 'java/com/android/dialer/callcomposer/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/callcomposer/res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/com/android/dialer/callcomposer/res/values/strings.xml b/java/com/android/dialer/callcomposer/res/values/strings.xml
index 35a8cf9da..cc7762b64 100644
--- a/java/com/android/dialer/callcomposer/res/values/strings.xml
+++ b/java/com/android/dialer/callcomposer/res/values/strings.xml
@@ -22,9 +22,11 @@
<!-- A default message to send with a phone call. [CHAR LIMIT=27] -->
<string name="quick_question">Quick question…</string>
<!-- Hint in a text field to compose a custom message to send with a phone call [CHAR LIMIT=27] -->
- <string name="custom_message_hint">Write a custom message</string>
- <!-- Text for a button to make a phone call combined with a picture or text message [CHAR LIMIT=26] -->
+ <string name="message_composer_custom_message_hint">Write a custom message</string>
+ <!-- Text for a button to make a phone call combined with a text message [CHAR LIMIT=26] -->
<string name="send_and_call">Send and call</string>
+ <!-- Text for a button to make a phone call combined with a picture or other media [CHAR LIMIT=26] -->
+ <string name="share_and_call">Share and call</string>
<!-- Accessibility description for each image in the gallery. For example, "image January 17 2015 1 59 pm". -->
<string name="gallery_item_description">image <xliff:g id="date">%1$tB %1$te %1$tY %1$tl %1$tM %1$tp</xliff:g></string>
<!-- Accessibility description for each image in the gallery when no date is present. -->