From c5302d5101962ea21265a271c2494cacea088fea Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 23 May 2007 07:18:40 +0000 Subject: 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 --- bootloader/ipod.c | 4 ++-- 1 file 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 -- cgit v1.2.3