diff --git a/cameracopy.ps1 b/cameracopy.ps1 index d3cc8e1..732cb92 100644 --- a/cameracopy.ps1 +++ b/cameracopy.ps1 @@ -422,7 +422,7 @@ function CopyFiles { } if ($format -and $hashFailFiles) { - $verifyFormat = [System.Windows.Forms.MessageBox]::Show("WARNING: SOME FILES FAILED THE HASH CHECK!`r`nThis will format $driveDescription to $format`r`nDo you want to continue?", "Format confirmation", [System.Windows.Forms.MessageBoxButtons]::YesNo) + $verifyFormat = [System.Windows.Forms.MessageBox]::Show("WARNING: SOME FILES FAILED THE HASH CHECK!`r`nThis will format $driveDescription to $format`r`nDo you want to continue?", "Format confirmation", [System.Windows.Forms.MessageBoxButtons]::YesNo) $syncHash.LogMessages.Add("$verifyFormat`r`n") }