diff options
author | Andrew Lee <anwlee@google.com> | 2015-03-19 18:37:57 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-03-19 18:38:09 +0000 |
commit | 1e825d81a5c468cc754921e518538be55caa78fe (patch) | |
tree | d1b5d8cb6234b85ac6e4837a140cd960dfc6aa98 /res | |
parent | 60b93e7322833f7336651fce1471d7aff6e2b3ce (diff) | |
parent | 0247a9b7e357c05155081bd4e4bee3333c5179b5 (diff) |
Merge "Change add contact shortcut to be for "existing"."
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 5 |
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> |