diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5444ff0fac7..e0e08192bcc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3474,6 +3474,11 @@ found in the list of installed applications.
Screen overlay showing current CPU usage
+
+ Force hardware acceleration
+
+ Render applications using the GPU
+
Window animation scale
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 76e50aa5a75..68e24c40272 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -85,6 +85,11 @@
android:title="@string/show_cpu_usage"
android:summary="@string/show_cpu_usage_summary"/>
+
+