B. Petersen преди 5 години
родител
ревизия
d755398db9
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      deltachat-ios/Info.plist
  2. 1 1
      deltachat-ios/en.lproj/InfoPlist.strings

+ 1 - 1
deltachat-ios/Info.plist

@@ -39,7 +39,7 @@
 	<key>LSSupportsOpeningDocumentsInPlace</key>
 	<true/>
 	<key>NSCameraUsageDescription</key>
-	<string>Delta Chat uses your camera to take and send photos and videos and to scan QR-codes.</string>
+	<string>Delta Chat uses your camera to take and send photos and videos and to scan QR codes.</string>
 	<key>NSContactsUsageDescription</key>
 	<string>Delta Chat uses your contacts to show a list of email addresses you can write to. Delta Chat has no server, your contacts are not sent anywhere.</string>
 	<key>NSMicrophoneUsageDescription</key>

+ 1 - 1
deltachat-ios/en.lproj/InfoPlist.strings

@@ -1,4 +1,4 @@
-NSCameraUsageDescription = "Delta Chat uses your camera to take and send photos and videos and to scan QR-codes.";
+NSCameraUsageDescription = "Delta Chat uses your camera to take and send photos and videos and to scan QR codes.";
 NSContactsUsageDescription = "Delta Chat uses your contacts to show a list of email addresses you can write to. Delta Chat has no server, your contacts are not sent anywhere.";
 NSMicrophoneUsageDescription = "Delta Chat uses your microphone to record and send voice messages and videos with sound.";
 NSPhotoLibraryUsageDescription = "Delta Chat will let you choose which photos from your library to send.";