summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 6ffc565401..eb6bfc1bf6 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -132,7 +132,10 @@ sub correct_string {
132 case "english" { 132 case "english" {
133 switch($$tts_object{"name"}) { 133 switch($$tts_object{"name"}) {
134 case ["sapi","festival"] { 134 case ["sapi","festival"] {
135 $string =~ s/plugin(s?)/plug-in$1/ig; 135 $string =~ s/plugin(s?)/plug-in$1/ig; next
136 }
137 case "festival" {
138 $string =~ s/\ba\b/ay/ig;
136 } 139 }
137 } 140 }
138 } 141 }