diff --git a/res/values/strings.xml b/res/values/strings.xml
index 29fe7247..e556ec0b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -35,9 +35,8 @@
Pause When Unplugged
Pause when the headphones are unplugged.
- Use Remote Player
- Clicking the notification will open a mini-player dialog
- Clicking the notification will open a the full player activity
+ Use Mini Player
+ Open a mini player pop-up instead of the full player activity when the notification is clicked
Notification Mode
When to show the notification
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 8ec7006f..1334068b 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -24,11 +24,10 @@
android:defaultValue="1" />
-
+ android:title="@string/mini_player_title"
+ android:summary="@string/mini_player_summary"
+ android:defaultValue="true" />
+