summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/voice.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index dae6456ed5..7d6f84ec4a 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -130,11 +130,7 @@ sub correct_string {
130 $string =~ s/ID3/I D 3/g; 130 $string =~ s/ID3/I D 3/g;
131 131
132 case "english" { 132 case "english" {
133 switch($$tts_object{"name"}) { 133 $string =~ s/plugin(s?)/plug-in$1/ig;
134 case "sapi" { # just for SAPI
135 $string =~ s/plugin(s?)/plug-in$1/ig;
136 }
137 }
138 } 134 }
139 case "deutsch" { 135 case "deutsch" {
140 # for all german engines (e.g. for english words) 136 # for all german engines (e.g. for english words)