summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockbox_flash.c')
-rw-r--r--apps/plugins/rockbox_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c
index 91d440e1e0..7d0f630474 100644
--- a/apps/plugins/rockbox_flash.c
+++ b/apps/plugins/rockbox_flash.c
@@ -966,7 +966,7 @@ void DoUserDialog(char* filename)
966 { 966 {
967 rb->snprintf(buf, sizeof(buf), "Verify fail! %d errors", rc); 967 rb->snprintf(buf, sizeof(buf), "Verify fail! %d errors", rc);
968 rb->lcd_puts_scroll(0, 0, buf); 968 rb->lcd_puts_scroll(0, 0, buf);
969 rb->lcd_puts_scroll(0, 1, "Use safe image if booting hangs: [Menu] during power-on"); 969 rb->lcd_puts_scroll(0, 1, "Use safe image if booting hangs: [-] during power-on");
970 button = WaitForButton(); 970 button = WaitForButton();
971 } 971 }
972} 972}