summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorrecalculated <recalculated@users.noreply.github.com>2016-01-23 20:16:53 -0600
committerrecalculated <recalculated@users.noreply.github.com>2016-01-23 20:25:08 -0600
commit9ef3c99899196538baa446db869c2ac23c15cb99 (patch)
treee01d5b88525bad828aae96208e4389f7cb3c6f99 /core/src/main/res/values/arrays.xml
parent7e9e3bb9468c4829bac94fc5d3f8165d86d02bdb (diff)
downloadAntennaPod-9ef3c99899196538baa446db869c2ac23c15cb99.zip
Use positive/reverse filtering
Diffstat (limited to 'core/src/main/res/values/arrays.xml')
-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>