mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
voice: fix regression 39f8685 (already voiced)
Some of the splashf messages that were converted
to support voicing in commit 39f8685 already had
a voice equivalent that was more appropriate,
since it also voiced parameters, and included
pauses between announcements where necessary.
Change-Id: Ia91a01c82acd6148afb4afadd64b1105802aea36
This commit is contained in:
parent
348054712d
commit
498d581ca6
7 changed files with 12 additions and 10 deletions
|
|
@ -257,8 +257,8 @@ static int browser(void* param)
|
|||
}
|
||||
else
|
||||
{
|
||||
splashf(0, ID2P(LANG_BUILDING_DATABASE),
|
||||
stat->processed_entries);
|
||||
splashf(0, str(LANG_BUILDING_DATABASE),
|
||||
stat->processed_entries); /* (voiced above) */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue