summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-18 15:10:55 -0700
committerAndrew Lee <anwlee@google.com>2015-03-18 15:10:55 -0700
commit0247a9b7e357c05155081bd4e4bee3333c5179b5 (patch)
treeb34aaa7e6e7d131bcc1cb0a1ac7d040266a98260 /res
parent5ef1ff8aad553aab1f2df0d05ccdb2f16370b46a (diff)
Change add contact shortcut to be for "existing".
We're going to "fork" the add action into "existing" and "new". This converts the existing shortcut action to the scenario for adding to an existing contact, and the action for adding to a new contact will be added as a follow up. Bug: 19372539 Change-Id: I9e78fa5637a6f0ff22ce1d74bca3fe98e531242f
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2b100f6f8..07460ec4a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -502,8 +502,9 @@
<xliff:g id="number">%s</xliff:g>
</string>
- <!-- 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 add a number to an existing contact directly from search.
+ [CHAR LIMIT=40] -->
+ <string name="search_shortcut_add_to_existing_contact">Add to existing contact</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>