summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2007-10-02 17:32:30 +0000
committerJonas Häggqvist <rasher@rasher.dk>2007-10-02 17:32:30 +0000
commit2af3755dce79051f109a55f885a90c11091de983 (patch)
tree363a6c3f12078b8e9f30772ac3cca17cfe9b13a7
parent8ab2cb5140fcd6bfa16ef9a908639e6f7af4dfe6 (diff)
downloadrockbox-2af3755dce79051f109a55f885a90c11091de983.tar.gz
rockbox-2af3755dce79051f109a55f885a90c11091de983.zip
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
-rwxr-xr-xtools/voice.pl2
1 files changed, 1 insertions, 1 deletions
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 {
131 131
132 case "english" { 132 case "english" {
133 switch($$tts_object{"name"}) { 133 switch($$tts_object{"name"}) {
134 case "festival" { 134 case ["sapi","festival"] {
135 $string =~ s/plugin(s?)/plug-in$1/ig; 135 $string =~ s/plugin(s?)/plug-in$1/ig;
136 } 136 }
137 } 137 }