summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-12-26 14:56:05 +0000
committerJens Arnold <amiconn@rockbox.org>2004-12-26 14:56:05 +0000
commitb8c9a0caa3e0ae1aad8abe3ec98b7c0a6d967be7 (patch)
tree36b1bb387adc24243ed5ebf4fe77f2769160a6ca /apps/plugins/rockbox_flash.c
parentdfa95c334b9cffff28059e0de39ae5305e315ee6 (diff)
downloadrockbox-b8c9a0caa3e0ae1aad8abe3ec98b7c0a6d967be7.tar.gz
rockbox-b8c9a0caa3e0ae1aad8abe3ec98b7c0a6d967be7.zip
Plugin fixes: Correct button name for MODE key in help texts, conforming to the manual & wiki documentation (Ondio plugins). Alternate image is selected with MINUS, not MENU (rockbox_flash for player). Shortened some help lines that didn't fit on the display with the default font (solitaire). Fixed a number of typos.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5512 a1c6a512-1295-4272-9138-f99709370657
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}