diff options
author | vbh <56578479+vbh@users.noreply.github.com> | 2021-08-17 21:57:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 23:57:49 +0200 |
commit | 7ebaa9f619e004c8f2231bce1d170007c9de1544 (patch) | |
tree | 2cfc006687524ae81bb42d8041e121fac6acd684 /core | |
parent | e05b8e2c45b0fe06b412ebe597bc5b7313f2241c (diff) | |
download | AntennaPod-7ebaa9f619e004c8f2231bce1d170007c9de1544.zip |
Fix: #5298 "Add to folder" in podcast contextual side menu (#5344)
Diffstat (limited to 'core')
-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 8aabe50b7..20efa320f 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -182,6 +182,7 @@ <string name="open_podcast">Open Podcast</string> <string name="please_wait_for_data">Please wait until the data is loaded</string> <string name="updates_disabled_label">Updates disabled</string> + <string name="add_to_folder">Add to folder</string> <!-- actions on feeditems --> <string name="download_label">Download</string> |