diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-01-19 16:15:17 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-01-19 16:15:17 +0100 |
commit | 7b629b8579c91ed4ee4606a61aa2188c2acb41c7 (patch) | |
tree | 56f3f866f91e538c9aa2edfe3b1a0b1d7078432b /core | |
parent | 880fd1dcd657e53a47d15f8bfd3c491071f13f90 (diff) | |
download | AntennaPod-7b629b8579c91ed4ee4606a61aa2188c2acb41c7.zip |
Import OPML: Ask for permission to access external storage on Marshmallow
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
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 726697602..74d5822ce 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -415,6 +415,7 @@ <string name="export_error_label">Export error</string> <string name="opml_export_success_title">OPML Export successful.</string> <string name="opml_export_success_sum">The .opml file was written to:\u0020</string> + <string name="opml_import_ask_read_permission">Access to external storage is required to read the OPML file</string> <!-- Sleep timer --> <string name="set_sleeptimer_label">Set sleep timer</string> |