From 7b6a624ec691d905290d90411ccd6f6354c70cca Mon Sep 17 00:00:00 2001 From: MyDrift Date: Fri, 28 Jun 2024 16:55:35 +0200 Subject: [PATCH] fix spelling mistake (#2173) --- functions/public/Invoke-WPFUnInstall.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/public/Invoke-WPFUnInstall.ps1 b/functions/public/Invoke-WPFUnInstall.ps1 index e7ba2b08..f3a9c64f 100644 --- a/functions/public/Invoke-WPFUnInstall.ps1 +++ b/functions/public/Invoke-WPFUnInstall.ps1 @@ -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 } -} \ No newline at end of file +}