diff --git a/res/values/translatable.xml b/res/values/translatable.xml
index aebffa8c..fe09fb27 100644
--- a/res/values/translatable.xml
+++ b/res/values/translatable.xml
@@ -225,6 +225,8 @@ THE SOFTWARE.
Theme
Disable lockscreen
Prevent the lockscreen from activating when in the library or playback screen
+ Keep screen on
+ Keep the screen (and device) awake while Vanilla Music is visible
Enable idle timeout
When active, playback will be stopped after the given period of inactivity
Idle timeout
diff --git a/res/xml/preference_misc.xml b/res/xml/preference_misc.xml
index cce178e1..3828b63e 100644
--- a/res/xml/preference_misc.xml
+++ b/res/xml/preference_misc.xml
@@ -29,6 +29,11 @@ THE SOFTWARE.
android:title="@string/disable_lockscreen_title"
android:summary="@string/disable_lockscreen_summary"
android:defaultValue="false" />
+