forked from len0rd/rockbox
spell "dot" instead of "point", requires up-to-date voice files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5345 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
804c2005e1
commit
ae34f64dbf
1 changed files with 1 additions and 2 deletions
|
@ -610,8 +610,7 @@ int talk_spell(const char* spell, bool enqueue)
|
|||
else if (c == '+')
|
||||
talk_id(VOICE_PLUS, true);
|
||||
else if (c == '.')
|
||||
talk_id(VOICE_POINT, true);
|
||||
/* fixme: change to VOICE_DOT when settled in the voice files */
|
||||
talk_id(VOICE_DOT, true);
|
||||
else if (c == ' ')
|
||||
talk_id(VOICE_PAUSE, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue