diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-03-16 00:58:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 00:58:12 +0100 |
commit | 6fd1f8e692026982656b2489777e4e9cb17940a7 (patch) | |
tree | c4c54d5b9be692fac7b33df3afb875dcf36cb402 /core/src/main/res | |
parent | 436187842756beee9b76dba898a172d2a73a7b5e (diff) | |
parent | f7411d2d98033ab8bce3be9c4428b18fe5201e74 (diff) | |
download | AntennaPod-6fd1f8e692026982656b2489777e4e9cb17940a7.zip |
Merge pull request #3882 from ByteHamster/stream-unsubscribed-episode
Allow to stream episodes from unsubscribed podcast
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 7dee73805..57d0ca38d 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -658,6 +658,7 @@ <!-- Online feed view --> <string name="subscribe_label">Subscribe</string> <string name="subscribing_label">Subscribing…</string> + <string name="preview_episode">Preview</string> <!-- Content descriptions for image buttons --> <string name="rewind_label">Rewind</string> |