summaryrefslogtreecommitdiff
path: root/apps/plugins/star.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/star.c')
-rw-r--r--apps/plugins/star.c6
1 files changed, 3 insertions, 3 deletions
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)
990 "it", "as", "a", "mobile", "wall.", "The", "block", "cannot", "take", 990 "it", "as", "a", "mobile", "wall.", "The", "block", "cannot", "take",
991 "stars.", "", "", 991 "stars.", "", "",
992 "Controls", "", 992 "Controls", "",
993 STAR_TOGGLE_CONTROL_NAME":", "Toggle", "Control", "", 993 STAR_TOGGLE_CONTROL_NAME":", "Toggle", "control", "",
994 STAR_QUIT_NAME":", "", "Exit", "", 994 STAR_QUIT_NAME":", "Exit", "",
995 STAR_LEVEL_DOWN_NAME":", "Prev.", "level", "", 995 STAR_LEVEL_DOWN_NAME":", "Prev.", "level", "",
996 STAR_LEVEL_REPEAT_NAME":", "Reset", "level", "", 996 STAR_LEVEL_REPEAT_NAME":", "Reset", "level", "",
997 STAR_LEVEL_UP_NAME":", "Next", "level" 997 STAR_LEVEL_UP_NAME":", "Next", "level"
@@ -1025,7 +1025,7 @@ static int star_menu(void)
1025 /* get the size of char */ 1025 /* get the size of char */
1026 rb->lcd_getstringsize("a", &char_width, &char_height); 1026 rb->lcd_getstringsize("a", &char_width, &char_height);
1027 1027
1028 MENUITEM_STRINGLIST(menu,"Star Menu",NULL,"Play","Choose Level", 1028 MENUITEM_STRINGLIST(menu,"Star Menu",NULL,"Start Game","Choose Level",
1029 "Help", "Quit"); 1029 "Help", "Quit");
1030 1030
1031 while(!menu_quit) 1031 while(!menu_quit)