summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2018-05-16 07:34:30 +0200
committerGitHub <noreply@github.com>2018-05-16 07:34:30 +0200
commited4b7dd96f726cecd51765281d159e0e6d87366c (patch)
treee43111d8df974bc4ea914bc115d1dca8152a4c3f /core/src/main/res/values/strings.xml
parent48294a9f1827b49d128209e865477baba0113bed (diff)
parentda85e00bd95d8cb252fde42fef93dbd9abb45546 (diff)
downloadAntennaPod-ed4b7dd96f726cecd51765281d159e0e6d87366c.zip
Merge pull request #2690 from orionlee/feeds_update_by_external_apps_2686
Allow feeds update to be triggered by external apps.
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-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 46bac68c9..5c06d34bd 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -6,6 +6,7 @@
<!-- Activitiy and fragment titles -->
<string name="app_name" translate="false">AntennaPod</string>
<string name="provider_authority" translate="false">de.danoeh.antennapod.provider</string>
+ <string name="feed_update_receiver_name">Update Subscriptions</string>
<string name="feeds_label">Feeds</string>
<string name="statistics_label">Statistics</string>
<string name="add_feed_label">Add Podcast</string>