forked from len0rd/rockbox
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
This commit is contained in:
parent
8ab2cb5140
commit
2af3755dce
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue