From b8c9a0caa3e0ae1aad8abe3ec98b7c0a6d967be7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 26 Dec 2004 14:56:05 +0000 Subject: 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 --- apps/plugins/sokoban.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/sokoban.c') diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c index 6365e6c3ae..5b0eae1bc6 100644 --- a/apps/plugins/sokoban.c +++ b/apps/plugins/sokoban.c @@ -878,7 +878,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) rb->lcd_putsxy(3, 46, "[F3] + Level"); #elif CONFIG_KEYPAD == ONDIO_PAD rb->lcd_putsxy(3, 6, "[OFF] To Stop"); - rb->lcd_putsxy(3, 16, "[MENU] To Undo"); + rb->lcd_putsxy(3, 16, "[MODE] To Undo"); rb->lcd_putsxy(3, 26, "[M-LEFT] - Level"); rb->lcd_putsxy(3, 36, "[M-UP] Same Level"); rb->lcd_putsxy(3, 46, "[M-RIGHT] + Level"); -- cgit v1.2.3