Change header string ContactSelectionActivity

Bug: 17041378
Change-Id: Ie2fa986cdb22f2be7106039495e57ba47be44bdd
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4d07bc7..5f17bcd 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -46,8 +46,8 @@
     <!-- Activity title when the user is selecting a contact.  [CHAR LIMIT=128] -->
     <string name="contactPickerActivityTitle">Choose a contact</string>
 
-    <!-- Activity title when the user is selecting a contact.  [CHAR LIMIT=30] -->
-    <string name="header_entry_contact_list_adapter_header_title">Select new contact</string>
+    <!-- Entry that prompts user to select a newly created contact.  [CHAR LIMIT=30] -->
+    <string name="header_entry_contact_list_adapter_header_title">Create new contact</string>
 
     <!-- Title for the activity that shows only starred contacts -->
     <string name="starredList">Starred</string>