diff options
author | ByteHamster <info@bytehamster.com> | 2020-11-15 12:18:44 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-11-15 12:18:44 +0100 |
commit | 2d242131718dd596217488662f571be677b7392e (patch) | |
tree | 4a8b64bcce508815ff1b7070880e5774167f6bd4 /core | |
parent | 4decd1d9fee159a23acec58622a6696d8f512764 (diff) | |
download | AntennaPod-2d242131718dd596217488662f571be677b7392e.zip |
Fixed wording of counter>0 filter
Diffstat (limited to 'core')
-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 1f013ccc7..0bfb4e36f 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -532,7 +532,7 @@ <string name="pref_filter_feed_sum">Filter your subscriptions in navigation drawer and subscriptions screen.</string> <string name="no_filter_label">None</string> <string name="subscriptions_are_filtered">Subscriptions are filtered.</string> - <string name="subscriptions_counter_greater_zero">Counter greater zero</string> + <string name="subscriptions_counter_greater_zero">Counter greater than zero</string> <string name="auto_downloaded">Auto downloaded</string> <string name="not_auto_downloaded">Not auto downloaded</string> <string name="kept_updated">Kept updated</string> |