summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-11-05 23:39:02 +0100
committerGitHub <noreply@github.com>2019-11-05 23:39:02 +0100
commitaf3cebbd08c8408e8a6a4595949d3b29e9a34e0c (patch)
treeaffe0d8a78796ec37e65c0f855369a444f6a02b6 /core/src/main/res/values/strings.xml
parent562391c7d9ad8e119f83a729027ddbf2893ce634 (diff)
parentcbc4e9dc36faf680828d1b97cae2a93c34e6e7e1 (diff)
downloadAntennaPod-af3cebbd08c8408e8a6a4595949d3b29e9a34e0c.zip
Merge pull request #3582 from ByteHamster/empty-view-subscriptions
Added empty view to subscription list
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index b8187a404..53f9a0810 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -325,6 +325,8 @@
<string name="no_fav_episodes_label">You can add episodes to the favorites by long-pressing them.</string>
<string name="no_chapters_head_label">No chapters</string>
<string name="no_chapters_label">This episode has no chapters.</string>
+ <string name="no_subscriptions_head_label">No subscriptions</string>
+ <string name="no_subscriptions_label">To subscribe to a podcast, press the plus icon below.</string>
<!-- Preferences -->
<string name="storage_pref">Storage</string>