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:
Nils Wallménius 2007-08-10 08:40:26 +00:00
parent 97bdfce5b6
commit 9e05bd3527

View file

@ -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