diff options
author | ByteHamster <info@bytehamster.com> | 2020-07-21 09:58:22 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-07-21 09:58:22 +0200 |
commit | 2ef555082a0756fb80425d9368ff17d587aec242 (patch) | |
tree | 9349e360cd7d9e08a6e9da2066f5faff9104e669 /core/src/main/res | |
parent | 663c715e3f675b23424290ffc3a7ad0d91d3796a (diff) | |
download | AntennaPod-2ef555082a0756fb80425d9368ff17d587aec242.zip |
Made string name more clear
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |