harry преди 3 години
родител
ревизия
961707a572
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Introduce/Record/INVideoExportController.swift

+ 1 - 1
Introduce/Record/INVideoExportController.swift

@@ -574,7 +574,7 @@ class INVideoExportController: BFBaseViewController {
         if (!hasSaveOnly && !saveOnlyUlr.absoluteString.contains("aaa"))
             || (!hasSaveAll && !saveAllUlr.absoluteString.contains("aaa")) {
             
-            let alertController = UIAlertController(title: "退出将不会保存当前操作",
+            let alertController = UIAlertController(title: "合成的视频尚未保存到相册",
                            message: "", preferredStyle: .alert)
             let cancelAction = UIAlertAction(title: "不保存", style: .default){[weak self] action in
                 guard let sself = self else {