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:
Dave Chapman 2007-05-23 07:18:40 +00:00
parent 73ef83f579
commit c5302d5101

View file

@ -194,10 +194,10 @@ void fatal_error(void)
/* System font is 6 pixels wide */
#if LCD_WIDTH >= (30*6)
printf("Press MENU+SELECT to reboot");
printf("Hold MENU+SELECT to reboot");
printf("then SELECT+PLAY for disk mode");
#else
printf("Press MENU+SELECT to");
printf("Hold MENU+SELECT to");
printf("reboot then SELECT+PLAY");
printf("for disk mode");
#endif