Change app label name from Telecomm to Phone.

Bug: 15313119
Change-Id: I1ca674f6fdfd69d50105699b82237eb3e1cd896b
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 42cda0e..4b6260a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -15,9 +15,10 @@
 -->
 
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <!-- Official label of the Telecomm app, as seen in "Manage Applications"
-         and other settings UIs. -->
-    <string name="telecommAppLabel" product="default">Telecomm</string>
+    <!-- Official label of the Telecomm/Phone app, as seen in "Manage Applications"
+         and other settings UIs. This is the "app name" used in notification, recents,
+         and app info screens. -->
+    <string name="telecommAppLabel" product="default">Phone</string>
 
     <!-- Name for an "unknown" caller. -->
     <string name="unknown">Unknown</string>