diff options
author | ByteHamster <info@bytehamster.com> | 2021-07-29 22:04:14 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-07-29 22:04:14 +0200 |
commit | 05e1c3e0db5a05bfde6900d290864af8819f6293 (patch) | |
tree | 3df7d1aff094cab3cba5c8201be0415a997290ab /core/src/main/res/values | |
parent | bc59d50804328f3c5a293079a33576ff260022ea (diff) | |
download | AntennaPod-05e1c3e0db5a05bfde6900d290864af8819f6293.zip |
Adapted wording: We don't use the technical term 'feed' in any other setting
Diffstat (limited to 'core/src/main/res/values')
-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 9523ff5f2..a1c7d2a7e 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -111,7 +111,7 @@ <string name="auto_download_label">Include in auto downloads</string> <string name="auto_delete_label">Auto Delete Episode</string> <string name="feed_volume_reduction">Volume Reduction</string> - <string name="feed_volume_reduction_summary">Turn down volume for episodes of this feed: %1$s</string> + <string name="feed_volume_reduction_summary">Turn down volume for episodes of this podcast: %1$s</string> <string name="feed_volume_reduction_off">Off</string> <string name="feed_volume_reduction_light">Light</string> <string name="feed_volume_reduction_heavy">Heavy</string> |