summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ipod.c')
-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