diff --git a/Chan/res/values/strings.xml b/Chan/res/values/strings.xml
index 47689e10..f278e6f5 100644
--- a/Chan/res/values/strings.xml
+++ b/Chan/res/values/strings.xml
@@ -94,9 +94,7 @@
General
Ask before opening links
- Enable videos
- Displaying videos
- Not displaying videos
+ Start playing videos directly
Default name
Default email
diff --git a/Chan/res/xml/preference.xml b/Chan/res/xml/preference.xml
index d8047003..f79b8518 100644
--- a/Chan/res/xml/preference.xml
+++ b/Chan/res/xml/preference.xml
@@ -22,11 +22,9 @@
android:key="preference_open_link_confirmation"
android:title="@string/preference_open_link_confirmation" />
+ android:defaultValue="false"
+ android:key="preference_autoplay"
+ android:title="@string/preference_autoplay" />