summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-18 21:34:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-18 21:34:19 +0000
commit5ef1ff8aad553aab1f2df0d05ccdb2f16370b46a (patch)
treebe732ad17e3d66a10f74477d475cc1595740a3c5 /res
parent3e7ee92cd04fbb37745799c329294d54fa6526a3 (diff)
parentad3d871e15e615b0dc36045606452c54e94b93f8 (diff)
Merge "Add "Send SMS" shortcut to Dialer."
Diffstat (limited to 'res')
-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 13bf845c3..2b100f6f8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -505,6 +505,9 @@
<!-- Shortcut item used to add a number directly from search -->
<string name="search_shortcut_add_to_contacts">Add to contacts</string>
+ <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=40] -->
+ <string name="search_shortcut_send_sms_message">Send SMS</string>
+
<!-- Shortcut item used to make a video call directly from search. -->
<string name="search_shortcut_make_video_call">Make video call</string>