diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-06-03 10:13:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-06-03 17:19:57 +0300 |
commit | 13e99e83c3affcb37cb3516df5211a6728e35d9a (patch) | |
tree | c9267beb337d1986ff234c7a6d08d6db70f5d142 /ios | |
parent | c2c7d098e5fa521751b87024e4535c3fba65f083 (diff) |
Improve wording for NSCameraUsageDescription
Change-Id: If8fb70b2c87e6abc00cc706cb81c561e28edc254
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Mobile/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in index 27d1a13aa..103b720d9 100644 --- a/ios/Mobile/Info.plist.in +++ b/ios/Mobile/Info.plist.in @@ -572,7 +572,7 @@ </dict> </array> <key>NSCameraUsageDescription</key> - <string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take images to be inserted while editing a document.</string> + <string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take photos to be inserted while editing a document.</string> <key>NSPhotoLibraryUsageDescription</key> <string>$(PRODUCT_NAME) requires access to the photo library in order for you to be able to insert images into documents.</string> </dict> |