summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorvbh <code@bindu.io>2021-11-21 20:27:23 +0000
committerGitHub <noreply@github.com>2021-11-21 21:27:23 +0100
commitb00e14545d472ddd1f13f7467e973dc5365ac77f (patch)
tree2c6d3c829ea56b44221e8ccec3e973ae2db56381 /core/src/main/res/values
parent71880c62d9fc4bbe8553d57cd144d022d204b799 (diff)
downloadAntennaPod-b00e14545d472ddd1f13f7467e973dc5365ac77f.zip
Add 'add to tag' option to multiselect menu (#5553)
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml1
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>