From 25f75cb3d22270a6ddbaeb623e22d48488760d21 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Sun, 6 Jan 2013 14:41:07 -0800 Subject: [PATCH] Change wording around local APN configuration preference. --- res/values/strings.xml | 4 ++-- res/xml/preferences.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 0593b20b62..906f91924c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -372,8 +372,8 @@ Slow Custom Advanced: MMS Access Point Names - Enable local APNs - Use APN information configured here when system APN information is unavailable. + Enable Fallback MMSC + Use MMSC information configured here when system APN information is unavailable. MMSC URL (Required) MMS Proxy Host (Optional) MMS Proxy Port (Optional) diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index b4fd3ad2fa..307b63635a 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -144,8 +144,8 @@ + android:title="@string/preferences__enable_fallback_mmsc" + android:summary="@string/preferences__use_mmsc_information_configured_here_when_system_apn_information_is_unavailable"/>