summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2007-09-19 20:56:07 +0000
committerJonas Häggqvist <rasher@rasher.dk>2007-09-19 20:56:07 +0000
commitb9022cf0eb23054a70a9f4c66d13c1560867e148 (patch)
tree023bc9d64fb4e587c393f5dec4c71cb815343021
parenta783f44d449c4ee0684342ed1c23fee0f8275fb4 (diff)
downloadrockbox-b9022cf0eb23054a70a9f4c66d13c1560867e148.tar.gz
rockbox-b9022cf0eb23054a70a9f4c66d13c1560867e148.zip
Attempt to fix pronounciation of "plugins" for all English languages. Hopefully this spells the end of ploogins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14758 a1c6a512-1295-4272-9138-f99709370657
-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)