Remove the extra icon for Favorites and rename Contacts to People.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index adfcc6c..f229fbc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -116,7 +116,7 @@
         
         <!-- Tab container for Activity Stream and Contacts -->
         <activity android:name="ContactsActivity"
-            android:label="@string/strequentList"
+            android:label="@string/contactsList"
             android:theme="@android:style/Theme.NoTitleBar"
             android:launchMode="singleTask"
             android:clearTaskOnLaunch="true"
@@ -129,19 +129,6 @@
                 <category android:name="android.intent.category.LAUNCHER" />
                 <category android:name="android.intent.category.BROWSABLE" />
             </intent-filter>
-        </activity>
-
-        <!-- An empty activity that presents the DialtactActivity's Contacts tab -->
-        <activity-alias android:name="DialtactsContactsEntryActivity"
-            android:targetActivity="ContactsActivity"
-            android:label="@string/contactsList"
-            android:icon="@drawable/ic_launcher_contacts"
-        >
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN" />
-                <category android:name="android.intent.category.DEFAULT" />
-                <category android:name="android.intent.category.LAUNCHER" />
-            </intent-filter>
 
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />
@@ -153,7 +140,7 @@
                 <action android:name="com.android.contacts.action.FILTER_CONTACTS" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
-        </activity-alias>
+        </activity>
 
         <!-- An empty activity that presents the DialtactActivity's Favorites tab -->
         <activity-alias android:name="DialtactsFavoritesEntryActivity"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5e86d73..d3f42ef 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -17,7 +17,7 @@
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Title for the activity that shows contacts.  This is the name
          used in the Launcher icon. -->
-    <string name="contactsList">Contacts</string>
+    <string name="contactsList">People</string>
 
     <!-- Title for the activity that dials the phone.  This is the name
          used in the Launcher icon. -->
@@ -323,7 +323,7 @@
     <string name="socialStreamIconLabel">Social</string>
 
     <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better -->
-    <string name="contactsIconLabel">Contacts</string>
+    <string name="contactsIconLabel">People</string>
 
     <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better -->
     <string name="contactsFavoritesLabel">Favorites</string>