summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2016-01-30 16:41:41 -0500
committerTom Hennen <TomHennen@users.noreply.github.com>2016-01-30 16:41:41 -0500
commite750af57459bf970e1ec95edc6a541fcf1bafd5b (patch)
tree461befd1a7fb9a4bd30db9e9979d232ffe4c875d /core/src/main/res/values
parente00f08963b61589418eb823f579fd49567fdae34 (diff)
parent7b629b8579c91ed4ee4606a61aa2188c2acb41c7 (diff)
downloadAntennaPod-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/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml1
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>