Explorar o código

replace missing string: photo by gallery

cyberta %!s(int64=5) %!d(string=hai) anos
pai
achega
314538e29b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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