summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
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();