Browse Source

More user friendly messages

Ozancan Karataş 5 years ago
parent
commit
6510134e6f
2 changed files with 6 additions and 6 deletions
  1. 3 3
      deltachat-ios/Info.plist
  2. 3 3
      tools/untranslated.xml

+ 3 - 3
deltachat-ios/Info.plist

@@ -39,11 +39,11 @@
 	<key>LSSupportsOpeningDocumentsInPlace</key>
 	<true/>
 	<key>NSCameraUsageDescription</key>
-	<string>This is used to take photos and videos during chats or scan QR codes.</string>
+	<string>This is used to take photos and videos or scan QR codes.</string>
 	<key>NSContactsUsageDescription</key>
-	<string>This is used to import email addresses of your contacts.</string>
+	<string>This is used to find your contacts using Delta Chat.</string>
 	<key>NSMicrophoneUsageDescription</key>
-	<string>This is used to record voice messages during chats.</string>
+	<string>This is used to send your voice.</string>
 	<key>NSPhotoLibraryUsageDescription</key>
 	<string>This is used to share your photos and videos or set up a profile picture.</string>
 	<key>UIBackgroundModes</key>

+ 3 - 3
tools/untranslated.xml

@@ -4,8 +4,8 @@
     <!-- iOS specific untranslated strings -->
     <string name="import_contacts">Import device contacts</string>
     <string name="import_contacts_message">To chat with contacts from your device open Settings and enable Contacts.</string>
-    <string name="INFOPLIST.NSCameraUsageDescription">This is used to take photos and videos during chats or scan QR codes.</string>
-    <string name="INFOPLIST.NSContactsUsageDescription">This is used to import email addresses of your contacts.</string>
-    <string name="INFOPLIST.NSMicrophoneUsageDescription">This is used to record voice messages during chats.</string>
+    <string name="INFOPLIST.NSCameraUsageDescription">This is used to take photos and videos or scan QR codes.</string>
+    <string name="INFOPLIST.NSContactsUsageDescription">This is used to find your contacts using Delta Chat.</string>
+    <string name="INFOPLIST.NSMicrophoneUsageDescription">This is used to send your voice.</string>
     <string name="INFOPLIST.NSPhotoLibraryUsageDescription">This is used to share your photos and videos or set up a profile picture.</string>
 </resources>