fix spelling mistake (#2173)

This commit is contained in:
MyDrift 2024-06-28 16:55:35 +02:00 committed by GitHub
parent 43304808a9
commit 7b6a624ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ function Invoke-WPFUnInstall {
$PackagesToInstall = (Get-WinUtilCheckBoxes)["Install"]
if ($PackagesToInstall.Count -eq 0) {
$WarningMsg = "Please select the program(s) to install"
$WarningMsg = "Please select the program(s) to uninstall"
[System.Windows.MessageBox]::Show($WarningMsg, $AppTitle, [System.Windows.MessageBoxButton]::OK, [System.Windows.MessageBoxImage]::Warning)
return
}
@ -74,4 +74,4 @@ function Invoke-WPFUnInstall {
}
$sync.ProcessRunning = $False
}
}
}