diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2013-08-14 12:47:04 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2013-08-14 12:47:04 -0400 |
commit | bd4c365c1147a214d20d33a6c2989b247452a732 (patch) | |
tree | f83bed6cc9d7defd58a585d1a3c02f5573988511 /res/xml | |
parent | 3f8e6c26a348562799762ae1289195e557a02eaa (diff) | |
download | AntennaPod-bd4c365c1147a214d20d33a6c2989b247452a732.zip |
updated name of the preference to use 'FocusLoss' rather than 'Notifications' to more accurately reflect what it does
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 2cc4c7237..931aa5c2d 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -20,9 +20,9 @@ <CheckBoxPreference android:defaultValue="false" android:enabled="true" - android:key="prefPauseForNotifications" - android:summary="@string/pref_pausePlaybackForNotifications_sum" - android:title="@string/pref_pausePlaybackForNotifications_title" /> + android:key="prefPauseForFocusLoss" + android:summary="@string/pref_pausePlaybackForFocusLoss_sum" + android:title="@string/pref_pausePlaybackForFocusLoss_title" /> </PreferenceCategory> <PreferenceCategory android:title="@string/network_pref" > <ListPreference |