From 0d9b7ec73e71188632a4fd584dfd745aeb7571b3 Mon Sep 17 00:00:00 2001 From: Johannes Schwarz Date: Thu, 23 Jul 2009 17:45:33 +0000 Subject: Fix wrong text colour in help, adapt pegbox manual to r21867 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22016 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/star.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugins/star.c') diff --git a/apps/plugins/star.c b/apps/plugins/star.c index 0ab6dce17b..bb216bf17c 100644 --- a/apps/plugins/star.c +++ b/apps/plugins/star.c @@ -990,8 +990,8 @@ static bool star_help(void) "it", "as", "a", "mobile", "wall.", "The", "block", "cannot", "take", "stars.", "", "", "Controls", "", - STAR_TOGGLE_CONTROL_NAME":", "Toggle", "Control", "", - STAR_QUIT_NAME":", "", "Exit", "", + STAR_TOGGLE_CONTROL_NAME":", "Toggle", "control", "", + STAR_QUIT_NAME":", "Exit", "", STAR_LEVEL_DOWN_NAME":", "Prev.", "level", "", STAR_LEVEL_REPEAT_NAME":", "Reset", "level", "", STAR_LEVEL_UP_NAME":", "Next", "level" @@ -1025,7 +1025,7 @@ static int star_menu(void) /* get the size of char */ rb->lcd_getstringsize("a", &char_width, &char_height); - MENUITEM_STRINGLIST(menu,"Star Menu",NULL,"Play","Choose Level", + MENUITEM_STRINGLIST(menu,"Star Menu",NULL,"Start Game","Choose Level", "Help", "Quit"); while(!menu_quit) -- cgit v1.2.3