summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2018-05-15 15:20:56 -0700
committerorionlee <orionlee@yahoo.com>2018-05-15 15:20:56 -0700
commitda85e00bd95d8cb252fde42fef93dbd9abb45546 (patch)
treed6fb92960ebcc5ee92cc595fa2bf21bb4e1b5470 /core/src/main/res/values
parente021d4e14738b8f7f875fc48b9757da9b8a95f8e (diff)
downloadAntennaPod-da85e00bd95d8cb252fde42fef93dbd9abb45546.zip
Give FeedUpdateReceiver a human-friendly label per review feedback.
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 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>