Changing label from "Frequently called" to "Frequently contacted"

Bug: 2473012
Change-Id: I31382de6b9deb86efa81e4a79da4ce6a5d1b8ea0
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 377e932..26faaab 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -508,8 +508,8 @@
     <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
     <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string>
 
-    <!-- A list separator for the Favorites tab indicating that items below it are frequently called contacts rather than starred contacts -->
-    <string name="favoritesFrquentSeparator">Frequently called</string>
+    <!-- A list separator for the Favorites tab indicating that items below it are frequently contacted contacts rather than starred contacts -->
+    <string name="favoritesFrquentSeparator">Frequently contacted</string>
 
     <!-- Dialog title when prompting before creating a contact -->
     <string name="add_contact_dlg_title">Add contact</string>