From 2af3755dce79051f109a55f885a90c11091de983 Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Tue, 2 Oct 2007 17:32:30 +0000 Subject: It seems we want the plugins fix for sapi as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14958 a1c6a512-1295-4272-9138-f99709370657 --- tools/voice.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { case "english" { switch($$tts_object{"name"}) { - case "festival" { + case ["sapi","festival"] { $string =~ s/plugin(s?)/plug-in$1/ig; } } -- cgit v1.2.3