summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2016-01-25 11:13:06 -0500
committerTom Hennen <TomHennen@users.noreply.github.com>2016-01-25 11:13:06 -0500
commit7f02570f88091ac46e447e7231583fe998cf6358 (patch)
tree70a3744029336a4ccc7232e4bcc3b8fff36f0dbe /core/src/main/res/values
parent703dde3c7f215406a055a1271e5971e2eb16ab36 (diff)
parent4329aef26d01704c16bf2e3571538291f0bf3494 (diff)
downloadAntennaPod-7f02570f88091ac46e447e7231583fe998cf6358.zip
Merge pull request #1595 from recalculated/positive-filter
Use positive/reverse filtering
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 55da0ee04..0de515292 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -175,7 +175,7 @@
<item>3</item>
</string-array>
- <string-array name="episode_hide_options">
+ <string-array name="episode_filter_options">
<item>@string/hide_unplayed_episodes_label</item>
<item>@string/hide_paused_episodes_label</item>
<item>@string/hide_played_episodes_label</item>
@@ -185,7 +185,7 @@
<item>@string/hide_not_downloaded_episodes_label</item>
</string-array>
- <string-array name="episode_hide_values">
+ <string-array name="episode_filter_values">
<item>unplayed</item>
<item>paused</item>
<item>played</item>