This commit is contained in:
2025-05-12 20:20:36 +08:00
parent 98018cd29a
commit d9f06d3a21

View File

@@ -100,7 +100,7 @@ class RobocopyMirrorApp: # Renamed class for clarity
# Confirmation for Mirroring (IMPORTANT!)
confirm = messagebox.askyesno(
"Confirm Mirror",
f"WARNING: Mirroring will delete files/folders in the TARGET directory:\n\n{target}\n\nif they do not exist in the SOURCE directory:\n\n{source}\n\nAre you sure you want to proceed?"
f"WARNING: Mirroring will delete files/folders in the TARGET directory:\n\n{target}\n\n if they do not exist in the SOURCE directory:\n\n{source}\n\n Are you sure you want to proceed?"
)
if not confirm:
return