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/values | |
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/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2060dc777..cf33d0b4c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -250,7 +250,7 @@ <string name="folder_not_empty_dialog_title">Folder is not empty</string> <string name="folder_not_empty_dialog_msg">The folder you have selected is not empty. Media downloads and other files will be placed directly in this folder. Continue anyway?</string> <string name="set_to_default_folder">Choose default folder</string> - <string name="pref_pausePlaybackForNotifications_sum">Pause playback instead of lowering volume when another app wants to play sounds</string> - <string name="pref_pausePlaybackForNotifications_title">Pause for notifications</string> + <string name="pref_pausePlaybackForFocusLoss_sum">Pause playback instead of lowering volume when another app wants to play sounds</string> + <string name="pref_pausePlaybackForFocusLoss_title">Pause for interruptions</string> </resources>
\ No newline at end of file |