Просмотр исходного кода

update backup path, since Catalina 10.5, iTunes is replaced by Finder

B. Petersen 4 лет назад
Родитель
Сommit
01f822455e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      deltachat-ios/Controller/AccountSetupController.swift

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

@@ -740,7 +740,7 @@ class AccountSetupController: UITableViewController, ProgressAlertHandler {
                     title: String.localized("import_backup_title"),
                     message: String.localizedStringWithFormat(
                         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)
                 alert.addAction(UIAlertAction(title: String.localized("ok"), style: .cancel))
                 present(alert, animated: true)