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 { $string =~ s/ID3/I D 3/g; case "english" { - switch($$tts_object{"name"}) { - case "sapi" { # just for SAPI - $string =~ s/plugin(s?)/plug-in$1/ig; - } - } + $string =~ s/plugin(s?)/plug-in$1/ig; } case "deutsch" { # for all german engines (e.g. for english words)