summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2015-10-12 17:29:03 -0400
committerTom Hennen <TomHennen@users.noreply.github.com>2015-10-12 17:29:03 -0400
commit017747d09bf2d3c2b86287cc1b46671f2f701370 (patch)
tree551b7db4bba00ecc9520218342aa412955e0edc5 /core/src/main/res/values
parenta9b04cdf419e03e8d49593866efc01b4e50dbf86 (diff)
parent23f134bb398f5730167dca9cd6a274d8e08019b5 (diff)
downloadAntennaPod-017747d09bf2d3c2b86287cc1b46671f2f701370.zip
Merge pull request #1253 from TomHennen/fix1228
Keep episode media if we're supposed to keep skipped episodes
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 937a4080c..f50f271ed 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -283,8 +283,8 @@
<string name="pref_auto_delete_title">Auto Delete</string>
<string name="pref_smart_mark_as_played_sum">Mark episodes as played even if less than a certain amount of seconds of playing time is still left</string>
<string name="pref_smart_mark_as_played_title">Smart mark as played</string>
- <string name="pref_skip_removes_from_queue_sum">Remove episodes from the queue when they are skipped</string>
- <string name="pref_skip_removes_from_queue_title">Skip Removes Episode</string>
+ <string name="pref_skip_keeps_episodes_sum">Keep episodes when they are skipped</string>
+ <string name="pref_skip_keeps_episodes_title">Keep Skipped Episodes</string>
<string name="playback_pref">Playback</string>
<string name="network_pref">Network</string>
<string name="pref_autoUpdateIntervallOrTime_title">Update Interval or Time of Day</string>