[2/2] OmniGears: change logic of lock screen status text

Rename from show to hide with false as default
to have the logic as the status bar

Change-Id: I1397637b2a0de78d797366d73fabb261e2480091
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 837fc56..6f62607 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -230,8 +230,8 @@
     <string name="lockscreen_shortcut_add_dialog_title">Add shortcut</string>
     <string name="lockscreen_shortcut_apps_title">Shortcuts</string>
     <string name="lockscreen_shortcut_add">Add\u2026</string>
-    <string name="lockscreen_indicator_display_title">Show bottom status text</string>
-    <string name="lockscreen_indicator_display_summary">Show charging information and unlock hints</string>
+    <string name="lockscreen_hide_indicator_display_title">Hide bottom status text</string>
+    <string name="lockscreen_hide_indicator_display_summary">Hide charging information and unlock hints</string>
     <string name="lockscreen_camera_shortcut_enable_title">Show camera shortcut</string>
     <string name="lockscreen_camera_shortcut_enable_summary">Visibility depends on system setup</string>
     <string name="lockscreen_left_shortcut_enable_title">Show dialer or voice assist shortcut</string>
diff --git a/res/xml/lockscreen_settings.xml b/res/xml/lockscreen_settings.xml
index a146218..0b5c2f6 100644
--- a/res/xml/lockscreen_settings.xml
+++ b/res/xml/lockscreen_settings.xml
@@ -61,10 +61,9 @@
         android:title="@string/other_category" >
 
         <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
-            android:key="lockscreen_indicator_display"
-            android:title="@string/lockscreen_indicator_display_title"
-            android:summary="@string/lockscreen_indicator_display_summary"
-            android:defaultValue="true" />
+            android:key="lockscreen_hide_indicator_display"
+            android:title="@string/lockscreen_hide_indicator_display_title"
+            android:summary="@string/lockscreen_hide_indicator_display_summary" />
 
         <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
             android:key="lockscreen_qs_disabled"