From 0ab6b3e6c9ca187a52c6ec0c4c7b7d51d9301912 Mon Sep 17 00:00:00 2001 From: Christopher Eby Date: Sat, 3 Apr 2010 17:29:52 -0500 Subject: [PATCH] Reword the mini player preference --- res/values/strings.xml | 5 ++--- res/xml/preferences.xml | 9 ++++----- 2 files changed, 6 insertions(+), 8 deletions(-) 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" /> +