diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e4755127..c9d8a772 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -122,6 +122,8 @@
Playlist name
Song
Only available on Lollipop.
+ Content scrolling underneath the toolbar is visible.
+ Album footers in the grid are colored with the album cover\'s palette.
- Download from LastFM
diff --git a/app/src/main/res/xml/pref_ui.xml b/app/src/main/res/xml/pref_ui.xml
index 6df4bd7a..39b54ce5 100644
--- a/app/src/main/res/xml/pref_ui.xml
+++ b/app/src/main/res/xml/pref_ui.xml
@@ -26,6 +26,7 @@
android:defaultValue="false"
android:key="transparent_toolbar"
android:title="@string/pref_title_transparent_toolbar"
+ android:summary="@string/pref_summary_transparent_toolbar"
android:layout="@layout/preference_custom"
android:widgetLayout="@layout/preference_dynamiccheckbox" />
@@ -40,6 +41,7 @@
android:defaultValue="true"
android:key="colored_album_footers"
android:title="@string/pref_title_colored_album_footers"
+ android:summary="@string/pref_summary_colored_album_footers"
android:layout="@layout/preference_custom"
android:widgetLayout="@layout/preference_dynamiccheckbox" />