Parcourir la source

replace missing string: photo by gallery

cyberta il y a 5 ans
Parent
commit
314538e29b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      deltachat-ios/Helper/MediaPicker.swift

+ 1 - 1
deltachat-ios/Helper/MediaPicker.swift

@@ -54,7 +54,7 @@ class MediaPicker: NSObject, UINavigationControllerDelegate, UIImagePickerContro
     private func presentPhotoLibrary(delegate: MediaPickerDelegate) {
         if UIImagePickerController.isSourceTypeAvailable(.photoLibrary) {
             let photoPicker = UIImagePickerController()
-            photoPicker.title = String.localized("photo")
+            photoPicker.title = String.localized("gallery")
             photoPicker.delegate = self
             photoPicker.sourceType = .photoLibrary
             photoPicker.allowsEditing = true