|
@@ -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 {
|