Copywrite the special carrier apps strings

FPIIM-1428

Change-Id: I85e8369d2d82128c150edfbd5a30a87d9445f3cb
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a9f61ca..51ddbda 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1514,10 +1514,10 @@
     <string name="special_carrier_app_enable">Enable</string>
     <!-- Generic carrier name in case the carrier name is not available. -->
     <string name="special_carrier_app_generic_carrier_name">Your operator</string>
-    <!-- [CHAR_LIMIT=24] Arguments: <Card slot number> -->
-    <string name="special_carrier_app_for_uicc">Operator app for SIM <xliff:g id="slot" example="1">%1$s</xliff:g></string>
+    <!-- [CHAR_LIMIT=24] -->
+    <string name="special_carrier_app_for_uicc">Special operator app</string>
     <!-- [CHAR_LIMIT=40] Arguments: <Operator name> -->
-    <string name="special_carrier_app_summary"><xliff:g id="operator" example="Your operator">%1$s</xliff:g> provides a special app.</string>
+    <string name="special_carrier_app_summary"><xliff:g id="operator" example="Your operator">%1$s</xliff:g> offers a special app.</string>
     <!-- Arguments: <Operator name> <Card slot number> -->
-    <string name="special_carrier_app_summary_extended"><xliff:g id="operator" example="Your operator">%1$s</xliff:g> provides a special app for SIM <xliff:g id="slot" example="1">%2$s</xliff:g>. Do you want to enable it?</string>
+    <string name="special_carrier_app_summary_extended"><xliff:g id="operator" example="Your operator">%1$s</xliff:g> offers a special app. Do you want to enable it?</string>
 </resources>
diff --git a/src/com/android/phone/SpecialCarrierAppIntentService.java b/src/com/android/phone/SpecialCarrierAppIntentService.java
index 0f8b969..2aba65f 100644
--- a/src/com/android/phone/SpecialCarrierAppIntentService.java
+++ b/src/com/android/phone/SpecialCarrierAppIntentService.java
@@ -135,7 +135,7 @@
 
         final Notification promptNotification = new Notification.Builder(getApplicationContext())
                 .setDeleteIntent(getPendingDismissIntent(getApplicationContext(), appInfo))
-                .setContentTitle(getString(R.string.special_carrier_app_for_uicc, slotNumberToDisplay))
+                .setContentTitle(getString(R.string.special_carrier_app_for_uicc))
                 .setContentText(getString(R.string.special_carrier_app_summary, appInfo.mCarrierName))
                 .setSmallIcon(com.android.internal.R.drawable.ic_sim_card_multi_48px_clr)
                 .setStyle(new Notification.BigTextStyle().bigText(