diff --git a/Scripts/speak-italian.ps1 b/Scripts/speak-italian.ps1 index f75732a6..82aa49e4 100755 --- a/Scripts/speak-italian.ps1 +++ b/Scripts/speak-italian.ps1 @@ -14,7 +14,7 @@ param([string]$text = "") try { - if ($text -eq "") { $text = read-host "Enter the text to speak" } + if ($text -eq "") { $text = read-host "Enter the Italian text to speak" } $Voice = New-Object -ComObject SAPI.SPVoice $Voices = $Voice.GetVoices()