aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 17:17:26 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 17:17:26 +0200
commita69c98c5c58da0babe570a1b7eebaacf58ae5a05 (patch)
tree174ca68ec0fb95079b0307da1c81439e91bfd675 /src/main/res/values/strings.xml
parent5670a7a735387c4371af1b27aa1e59e927a9a175 (diff)
request camera permissions when attaching taking picture or recording video
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index d0432d342..2b08ef294 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -769,4 +769,5 @@
<string name="qr_code_scanner_needs_access_to_camera">The QR code scanner needs access to the camera</string>
<string name="pref_scroll_to_bottom_summary">Scroll down after sending a message</string>
<string name="pref_scroll_to_bottom">Scroll to bottom</string>
+ <string name="no_camera_permission">Pix-Art Messenger needs access to the camera</string>
</resources>