summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-01-15 11:23:44 +0100
committerGitHub <noreply@github.com>2019-01-15 11:23:44 +0100
commitcf477de365e44664fe4dd224c6c53cd8af680cc4 (patch)
tree48426e30285131a50995cbff0775bf597c6a8d0e /core/src/main/res
parent6d50be18dbe310c0665ef7179929420408856841 (diff)
parentdfcb16d77b5e9b7ea3f5d19e528c9f4950eb4520 (diff)
downloadAntennaPod-cf477de365e44664fe4dd224c6c53cd8af680cc4.zip
Merge pull request #2921 from qkolj/delete-episodes
Add delete option to episode's context menu
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 74c7644bf..21314c80c 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -482,6 +482,8 @@
<string name="double_tap_toast">Tap back button again to exit</string>
<string name="back_button_go_to_page">Go to pageā€¦</string>
<string name="back_button_go_to_page_title">Select page</string>
+ <string name="pref_delete_removes_from_queue_title">Delete removes from Queue</string>
+ <string name="pref_delete_removes_from_queue_sum">Automatically remove an episode from the queue when it is deleted.</string>
<!-- Auto-Flattr dialog -->
<string name="auto_flattr_enable">Enable automatic flattring</string>