String changes to Contacts App. (1/2)

1) Default account in Settings.
2) Accounts in Setting.

BUG 25386765

Change-Id: I1c791753dd367e5ab13dcfa2d93e01297bf6ac0b
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index 20b8c85..4a57909 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -656,8 +656,8 @@
     <!-- An allowable value for the "view names as" contact display option  -->
     <string name="display_options_view_family_name_first">Last name first</string>
 
-    <!--Label of the "default account" setting option to set default editor account-->
-    <string name="default_editor_account">Default account</string>
+    <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+    <string name="default_editor_account">Default account for new contacts</string>
 
     <!-- Action that shares visible contacts -->
     <string name="share_visible_contacts">Share visible contacts</string>
@@ -718,8 +718,8 @@
     <!-- Menu item to select SIM card -->
     <string name="menu_select_sim">Select SIM card</string>
 
-    <!-- The menu item to open the list of accounts -->
-    <string name="menu_accounts">Accounts</string>
+    <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+    <string name="menu_accounts">Manage Accounts</string>
 
     <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card.  [CHAR LIMIT=30]-->
     <string name="menu_import_export">Import/export</string>