diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-09-20 22:16:58 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-09-20 22:16:58 +0200 |
commit | e579618daed4882c63084e3df82a56862e2fd2d2 (patch) | |
tree | 68900f665314f6728a395cdb3a64927b55247a4c /res | |
parent | 9eaffe684dd1c91b0e8f62d8520c348d5575da8e (diff) | |
download | AntennaPod-e579618daed4882c63084e3df82a56862e2fd2d2.zip |
Added FeedRemover message to strings.xml. fixes #279
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 39815c758..30590a719 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -66,6 +66,7 @@ <string name="share_link_label">Share website link</string> <string name="share_source_label">Share feed link</string> <string name="feed_delete_confirmation_msg">Please confirm that you want to delete this feed and ALL episodes of this feed that you have downloaded.</string> + <string name="feed_remover_msg">Removing feed</string> <!-- actions on feeditems --> <string name="download_label">Download</string> |