diff options
author | Matej Drobnič <matej@matejdro.com> | 2024-02-25 16:11:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 16:11:30 +0100 |
commit | 7332c04631ee689c309363f17f14c4a6ed469c39 (patch) | |
tree | c4220e18d75e90f00bfde6ad973fed1e6c7ae2c5 /ui/i18n | |
parent | a7068cc24a2e943fe7885369c34020e7ba02c7e0 (diff) | |
download | AntennaPod-7332c04631ee689c309363f17f14c4a6ed469c39.zip |
Add option to add new episodes to queue (#6855)
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 2ec045a3d..03044a79d 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -138,6 +138,7 @@ <string name="feed_auto_download_always">Always</string> <string name="feed_auto_download_never">Never</string> <string name="feed_new_episodes_action_add_to_inbox">Add to inbox</string> + <string name="feed_new_episodes_action_add_to_queue">Add to queue</string> <string name="feed_new_episodes_action_nothing">Nothing</string> <string name="episode_cleanup_never">Never</string> <string name="episode_cleanup_except_favorite_removal">When not favorited</string> |