diff --git a/res/values/strings.xml b/res/values/strings.xml index 5639f8fd579..67b6b33c845 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -12586,7 +12586,7 @@ Data usage charges may apply. Your %1$s account - Messaging is included with your account + Satellite messaging is included with your account Satellite messaging isn\u2019t included with your account @@ -12610,9 +12610,9 @@ Data usage charges may apply. After your phone is connected, you can text anyone, including emergency services. - %1$s may take longer and is available only in some areas. Weather and certain structures may affect your satellite connection. Calling by satellite isn\u2019t available. Emergency calls may still connect.\n\nIt may take some time for account changes to show in Settings. Contact %2$s for details. + A satellite connection may be slower and is available only in some areas. Weather and certain structures may affect the connection. Calling by satellite isn\u2019t available. Emergency calls may still connect.\n\nIt may take some time for account changes to show in Settings. Contact %1$s for details. - %1$s may take longer and is available only in some areas. Weather and certain structures may affect your satellite connection. Calling by satellite isn\u2019t available. Emergency calls may still connect. Texting with emergency services may not be available in all areas.\n\nIt may take some time for account changes to show in Settings. Contact %2$s for details. + A satellite connection may be slower and is available only in some areas. Weather and certain structures may affect the connection. Calling by satellite isn\u2019t available. Emergency calls may still connect. Texting with emergency services may not be available in all areas.\n\nIt may take some time for account changes to show in Settings. Contact %1$s for details. More about %1$s diff --git a/src/com/android/settings/network/telephony/SatelliteSetting.java b/src/com/android/settings/network/telephony/SatelliteSetting.java index ef5f23c004b..effe7394aba 100644 --- a/src/com/android/settings/network/telephony/SatelliteSetting.java +++ b/src/com/android/settings/network/telephony/SatelliteSetting.java @@ -248,8 +248,7 @@ public class SatelliteSetting extends RestrictedDashboardFragment { int summary = mConfigBundle.getBoolean(KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL) ? R.string.satellite_setting_summary_more_information : R.string.satellite_setting_summary_more_information_no_emergency_messaging; - footerPreference.setSummary(getResources().getString(summary, - getSubjectString(), mSimOperatorName)); + footerPreference.setSummary(getResources().getString(summary, mSimOperatorName)); final String[] link = new String[1]; link[0] = readSatelliteMoreInfoString();