فهرست منبع

Merge pull request #1152 from deltachat/update-backup-path

update backup path, since Catalina 10.5, iTunes is replaced by Finder
bjoern 4 سال پیش
والد
کامیت
8e190d1bf6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      deltachat-ios/Controller/AccountSetupController.swift

+ 1 - 1
deltachat-ios/Controller/AccountSetupController.swift

@@ -753,7 +753,7 @@ class AccountSetupController: UITableViewController, ProgressAlertHandler {
                     title: String.localized("import_backup_title"),
                     title: String.localized("import_backup_title"),
                     message: String.localizedStringWithFormat(
                     message: String.localizedStringWithFormat(
                         String.localized("import_backup_no_backup_found"),
                         String.localized("import_backup_no_backup_found"),
-                        "iTunes / <Your Device> / File Sharing / Delta Chat"), // TOOD: maybe better use an iOS-specific string here
+                        "➔ Mac-Finder or iTunes ➔ iPhone ➔ " + String.localized("files") + " ➔ Delta Chat"), // iTunes was used up to Maverick 10.4
                     preferredStyle: .alert)
                     preferredStyle: .alert)
                 alert.addAction(UIAlertAction(title: String.localized("ok"), style: .cancel))
                 alert.addAction(UIAlertAction(title: String.localized("ok"), style: .cancel))
                 present(alert, animated: true)
                 present(alert, animated: true)