Change to use speak-english.ps1

This commit is contained in:
Markus Fleschutz
2022-11-18 16:54:04 +01:00
parent 7c1e83cbd7
commit fa7823858f
23 changed files with 27 additions and 28 deletions

View File

@ -23,6 +23,6 @@ try {
TryToExec "C:\Programs\Microsoft Office\Office14" "OUTLOOK.EXE"
throw "It seems Outlook isn't installed yet."
} catch {
& "$PSScriptRoot/give-reply.ps1" "Sorry: $($Error[0])"
& "$PSScriptRoot/speak-english.ps1" "Sorry: $($Error[0])"
exit 1
}