diff options
author | Dave Chapman <dave@dchapman.com> | 2007-05-23 07:18:40 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-05-23 07:18:40 +0000 |
commit | c5302d5101962ea21265a271c2494cacea088fea (patch) | |
tree | 6e56b705e90f9411e4b045c088a22a60d453f89d /bootloader | |
parent | 73ef83f57904f35e3b1ce7e3ad0aa54d56daea55 (diff) |
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
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/ipod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c index ddc1021235..680331cd3e 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c @@ -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 |