OmniGears: Captive portal mode wording

Change wording for Captive portal mode

Change-Id: I193d047f8754e8607f0ded9269a31fda4b19bbef
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 372d08b..34ac2ba 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -297,8 +297,8 @@
     <string name="network_traffic_enable_title">Enable</string>
 
     <!-- captive portal - disable connectivity check -->
-    <string name="captive_portal_mode_title">Disable captive portal</string>
-    <string name="captive_portal_mode_summary">Disable connectivity check by disabling captive portal</string>
+    <string name="captive_portal_ignore_mode_title">Enable captive portal</string>
+    <string name="captive_portal_ignore_mode_summary">Enable connectivity check by enabling captive portal</string>
 
     <!-- statusbar brightness -->
     <string name="status_bar_brightness_control_title">Brightness control</string>
diff --git a/res/xml/more_settings.xml b/res/xml/more_settings.xml
index ed5a838..1a6e77d 100644
--- a/res/xml/more_settings.xml
+++ b/res/xml/more_settings.xml
@@ -83,9 +83,9 @@
                 android:defaultValue="@*android:bool/config_unplugTurnsOnScreen" />
 
             <org.omnirom.omnilib.preference.GlobalSettingSwitchPreference
-                android:key="captive_portal_mode"
-                android:title="@string/captive_portal_mode_title"
-                android:summary="@string/captive_portal_mode_summary"
+                android:key="captive_portal_ignore_mode"
+                android:title="@string/captive_portal_ignore_mode_title"
+                android:summary="@string/captive_portal_ignore_mode_summary"
                 android:defaultValue="true" />
 
         </PreferenceCategory>