summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-02-19 10:54:56 +0100
committerMartin Fietz <Martin.Fietz@gmail.com>2016-03-16 20:09:03 +0100
commit73069817f852c1b8cc584d143a0359d24cd2846c (patch)
treeb2501b86715add6bc72a8006549f49356623bb9c /core/src/main/res
parent734b19e906bb12486726a9f055714411da859d24 (diff)
downloadAntennaPod-73069817f852c1b8cc584d143a0359d24cd2846c.zip
Show message if there are no shownotes
Diffstat (limited to 'core/src/main/res')
-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 912a60f55..0d4518a15 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -278,6 +278,8 @@
<string name="no_items_label">There are no items in this list.</string>
<string name="no_feeds_label">You haven\'t subscribed to any feeds yet.</string>
<string name="no_chapters_label">This episode has no chapters.</string>
+ <string name="no_shownotes_label">This episode has no shownotes.</string>
+
<!-- Preferences -->
<string name="other_pref">Other</string>