It is bad to try to speak before we call talk_init()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14265 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
97bdfce5b6
commit
9e05bd3527
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ static void init(void)
|
|||
if (button_hold())
|
||||
#endif
|
||||
{
|
||||
gui_syncsplash(HZ*2, ID2P(LANG_RESET_DONE_CLEAR));
|
||||
gui_syncsplash(HZ*2, str(LANG_RESET_DONE_CLEAR));
|
||||
settings_reset();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue