diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml
index 63a06e1..884b0e5 100644
--- a/res/values/cherish_strings.xml
+++ b/res/values/cherish_strings.xml
@@ -685,5 +685,9 @@
Colored icons
Use proper app icons for notification icons in statusbar
+
+
+ Bluetooth battery status
+ Display battery status for the connected bluetooth device, if available
diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml
index ebbb749..2ca6cf5 100644
--- a/res/xml/cherish_settings_statusbar.xml
+++ b/res/xml/cherish_settings_statusbar.xml
@@ -156,6 +156,12 @@
android:title="@string/statusbar_colored_icons_title"
android:summary="@string/statusbar_colored_icons_summary"
android:defaultValue="false" />
+
+