summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-05-23 07:18:40 +0000
committerDave Chapman <dave@dchapman.com>2007-05-23 07:18:40 +0000
commitc5302d5101962ea21265a271c2494cacea088fea (patch)
tree6e56b705e90f9411e4b045c088a22a60d453f89d /bootloader
parent73ef83f57904f35e3b1ce7e3ad0aa54d56daea55 (diff)
downloadrockbox-c5302d5101962ea21265a271c2494cacea088fea.tar.gz
rockbox-c5302d5101962ea21265a271c2494cacea088fea.zip
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.c4
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)
194 194
195 /* System font is 6 pixels wide */ 195 /* System font is 6 pixels wide */
196#if LCD_WIDTH >= (30*6) 196#if LCD_WIDTH >= (30*6)
197 printf("Press MENU+SELECT to reboot"); 197 printf("Hold MENU+SELECT to reboot");
198 printf("then SELECT+PLAY for disk mode"); 198 printf("then SELECT+PLAY for disk mode");
199#else 199#else
200 printf("Press MENU+SELECT to"); 200 printf("Hold MENU+SELECT to");
201 printf("reboot then SELECT+PLAY"); 201 printf("reboot then SELECT+PLAY");
202 printf("for disk mode"); 202 printf("for disk mode");
203#endif 203#endif