diff options
author | vbh <code@bindu.io> | 2021-11-21 20:27:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 21:27:23 +0100 |
commit | b00e14545d472ddd1f13f7467e973dc5365ac77f (patch) | |
tree | 2c6d3c829ea56b44221e8ccec3e973ae2db56381 /core | |
parent | 71880c62d9fc4bbe8553d57cd144d022d204b799 (diff) | |
download | AntennaPod-b00e14545d472ddd1f13f7467e973dc5365ac77f.zip |
Add 'add to tag' option to multiselect menu (#5553)
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 4333929c4..011a9fe52 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -696,6 +696,7 @@ <string name="feed_tags_label">Tags</string> <string name="feed_tags_summary">Change the tags of this podcast to help organize your subscriptions</string> <string name="feed_folders_include_root">Show in main list</string> + <string name="multi_feed_common_tags_info">{fa-info-circle} Only common tags from all selected subscriptions are shown. Other tags stay unaffected.</string> <string name="auto_download_settings_label">Auto Download Settings</string> <string name="episode_filters_label">Episode Filter</string> <string name="episode_filters_description">List of terms used to decide if an episode should be included or excluded when auto downloading</string> |