summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/voice.pl2
1 files changed, 1 insertions, 1 deletions
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 {
131 131
132 case "english" { 132 case "english" {
133 switch($$tts_object{"name"}) { 133 switch($$tts_object{"name"}) {
134 case "festival" { 134 case ["sapi","festival"] {
135 $string =~ s/plugin(s?)/plug-in$1/ig; 135 $string =~ s/plugin(s?)/plug-in$1/ig;
136 } 136 }
137 } 137 }