forked from len0rd/rockbox
Clarify the need to hold MENU+SELECT to reboot an ipod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13476 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
73ef83f579
commit
c5302d5101
1 changed files with 2 additions and 2 deletions
|
|
@ -194,10 +194,10 @@ void fatal_error(void)
|
||||||
|
|
||||||
/* System font is 6 pixels wide */
|
/* System font is 6 pixels wide */
|
||||||
#if LCD_WIDTH >= (30*6)
|
#if LCD_WIDTH >= (30*6)
|
||||||
printf("Press MENU+SELECT to reboot");
|
printf("Hold MENU+SELECT to reboot");
|
||||||
printf("then SELECT+PLAY for disk mode");
|
printf("then SELECT+PLAY for disk mode");
|
||||||
#else
|
#else
|
||||||
printf("Press MENU+SELECT to");
|
printf("Hold MENU+SELECT to");
|
||||||
printf("reboot then SELECT+PLAY");
|
printf("reboot then SELECT+PLAY");
|
||||||
printf("for disk mode");
|
printf("for disk mode");
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue