diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/voice.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl index 83b33c0..8982138 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; } } |