summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/xml-sw600dp/lab_preferences.xml2
-rw-r--r--res/xml/lab_preferences.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml-sw600dp/lab_preferences.xml b/res/xml-sw600dp/lab_preferences.xml
index d700a7a..0819996 100644
--- a/res/xml-sw600dp/lab_preferences.xml
+++ b/res/xml-sw600dp/lab_preferences.xml
@@ -27,7 +27,7 @@
android:title="@string/pref_lab_webgl"
android:summary="@string/pref_lab_webgl_summary" />
<CheckBoxPreference
- android:key="enable_websocket"
+ android:key="enable_websockets"
android:defaultValue="false"
android:title="@string/pref_lab_websockets"
android:summary="@string/pref_lab_websockets_summary" />
diff --git a/res/xml/lab_preferences.xml b/res/xml/lab_preferences.xml
index d603d4b..2b39332 100644
--- a/res/xml/lab_preferences.xml
+++ b/res/xml/lab_preferences.xml
@@ -32,7 +32,7 @@
android:title="@string/pref_lab_webgl"
android:summary="@string/pref_lab_webgl_summary" />
<CheckBoxPreference
- android:key="enable_websocket"
+ android:key="enable_websockets"
android:defaultValue="false"
android:title="@string/pref_lab_websockets"
android:summary="@string/pref_lab_websockets_summary" />