summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-07-21 09:58:22 +0200
committerByteHamster <info@bytehamster.com>2020-07-21 09:58:22 +0200
commit2ef555082a0756fb80425d9368ff17d587aec242 (patch)
tree9349e360cd7d9e08a6e9da2066f5faff9104e669
parent663c715e3f675b23424290ffc3a7ad0d91d3796a (diff)
downloadAntennaPod-2ef555082a0756fb80425d9368ff17d587aec242.zip
Made string name more clear
-rw-r--r--app/src/main/res/menu/episodes_apply_action_options.xml2
-rw-r--r--core/src/main/res/values/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/menu/episodes_apply_action_options.xml b/app/src/main/res/menu/episodes_apply_action_options.xml
index c3f117386..181300fc5 100644
--- a/app/src/main/res/menu/episodes_apply_action_options.xml
+++ b/app/src/main/res/menu/episodes_apply_action_options.xml
@@ -33,7 +33,7 @@
<item android:id="@+id/check_all"
android:title="@string/all_label"/>
<item android:id="@+id/check_none"
- android:title="@string/none_label"/>
+ android:title="@string/select_none_label"/>
<item android:id="@+id/check_played"
android:title="@string/played_label"/>
<item android:id="@+id/check_unplayed"
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index b5b327a90..b76bf8257 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -722,7 +722,7 @@
<!-- Episodes apply actions -->
<string name="all_label">All</string>
<string name="selected_all_label">Selected all Episodes</string>
- <string name="none_label">None</string>
+ <string name="select_none_label">None</string>
<string name="deselected_all_label">Deselected all Episodes</string>
<string name="played_label">Played</string>
<string name="selected_played_label">Selected played Episodes</string>