Reword the mini player preference

This commit is contained in:
Christopher Eby 2010-04-03 17:29:52 -05:00
parent e94cf2b443
commit 0ab6b3e6c9
2 changed files with 6 additions and 8 deletions

View File

@ -35,9 +35,8 @@
<string name="headset_pause_title">Pause When Unplugged</string>
<string name="headset_pause_summary">Pause when the headphones are unplugged.</string>
<string name="remote_player_title">Use Remote Player</string>
<string name="remote_player_summary_on">Clicking the notification will open a mini-player dialog</string>
<string name="remote_player_summary_off">Clicking the notification will open a the full player activity</string>
<string name="mini_player_title">Use Mini Player</string>
<string name="mini_player_summary">Open a mini player pop-up instead of the full player activity when the notification is clicked</string>
<string name="notification_mode_title">Notification Mode</string>
<string name="notification_mode_summary">When to show the notification</string>

View File

@ -24,11 +24,10 @@
android:defaultValue="1" />
<CheckBoxPreference
android:key="remote_player"
android:title="@string/remote_player_title"
android:defaultValue="true"
android:summaryOn="@string/remote_player_summary_on"
android:summaryOff="@string/remote_player_summary_off" />
</PreferenceCategory>
android:title="@string/mini_player_title"
android:summary="@string/mini_player_summary"
android:defaultValue="true" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_song_selector">
<CheckBoxPreference
android:key="filter_suggestions"