summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2018-07-26 11:52:18 +0200
committerGitHub <noreply@github.com>2018-07-26 11:52:18 +0200
commit4d79e44aa367e5ffefa89df031e00107389fe4fb (patch)
treed018bcc40d07b2a91a72ec64fbfe4ade2bb39859 /core/src
parent06e3dc58295809d8a0342f282d74afd89a7bd48f (diff)
parent14ca32a624d874051e680c3843b837d70266caee (diff)
downloadAntennaPod-4d79e44aa367e5ffefa89df031e00107389fe4fb.zip
Merge pull request #2765 from ByteHamster/runtime-permissions
Requesting storage permissions for external files
Diffstat (limited to 'core/src')
-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 0cf8f4b46..0c9fb2ad7 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -77,6 +77,7 @@
<string name="cover_label">Picture</string>
<string name="error_label">Error</string>
<string name="error_msg_prefix">An error occurred:</string>
+ <string name="needs_storage_permission">Storage permission is needed for this operation</string>
<string name="refresh_label">Refresh</string>
<string name="external_storage_error_msg">No external storage is available. Please make sure that external storage is mounted so that the app can work properly.</string>
<string name="chapters_label">Chapters</string>