diff options
author | Tom Hennen <TomHennen@users.noreply.github.com> | 2016-01-30 16:41:41 -0500 |
---|---|---|
committer | Tom Hennen <TomHennen@users.noreply.github.com> | 2016-01-30 16:41:41 -0500 |
commit | e750af57459bf970e1ec95edc6a541fcf1bafd5b (patch) | |
tree | 461befd1a7fb9a4bd30db9e9979d232ffe4c875d /core/src | |
parent | e00f08963b61589418eb823f579fd49567fdae34 (diff) | |
parent | 7b629b8579c91ed4ee4606a61aa2188c2acb41c7 (diff) | |
download | AntennaPod-e750af57459bf970e1ec95edc6a541fcf1bafd5b.zip |
Merge pull request #1572 from mfietz/issue/1570-opml-import-permission
Import OPML: Ask for permission to access external storage on Marshmallow
Diffstat (limited to 'core/src')
-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 04b3feef6..27900feab 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -421,6 +421,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> |