diff --git a/tools/voice.pl b/tools/voice.pl index 83b33c0c43..8982138f99 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -131,7 +131,7 @@ sub correct_string { case "english" { switch($$tts_object{"name"}) { - case "festival" { + case ["sapi","festival"] { $string =~ s/plugin(s?)/plug-in$1/ig; } }