summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.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/minesweeper.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/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 81ed24096a..b6636bbfb7 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -304,7 +304,7 @@ int minesweeper(void)
304#if CONFIG_KEYPAD == RECORDER_PAD 304#if CONFIG_KEYPAD == RECORDER_PAD
305 rb->lcd_putsxy(1,44,"ON to start"); 305 rb->lcd_putsxy(1,44,"ON to start");
306#elif CONFIG_KEYPAD == ONDIO_PAD 306#elif CONFIG_KEYPAD == ONDIO_PAD
307 rb->lcd_putsxy(1,44,"MENU to start"); 307 rb->lcd_putsxy(1,44,"MODE to start");
308#endif 308#endif
309 309
310 rb->lcd_update(); 310 rb->lcd_update();