diff --git a/tools/voice.pl b/tools/voice.pl index 21c9ab913c..32db75c5e1 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -140,6 +140,7 @@ sub correct_string { } case "festival" { $string =~ s/\ba\b/ay/ig; + $string =~ s/$/./; } } }