update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / world_map.c
index bc2ab5c9bd9092d82b59d036bd0741c7e82c7a8a..3465776c7bd6a5d44efba6752d19354f4489d90d 100644 (file)
@@ -203,11 +203,11 @@ void world_map_enter(void)
 
    vg_str text;
    if( gui_new_helper( input_joy_list[k_srjoystick_steer], &text ) )
-      vg_strcat( &text, "move" );
+      vg_strcat( &text, "Move" );
 
    if( gui_new_helper( input_button_list[k_srbind_maccept], &text ) )
-      vg_strcat( &text, "spawn" );
+      vg_strcat( &text, "Spawn" );
 
    if( gui_new_helper( input_button_list[k_srbind_mback], &text ) )
-      vg_strcat( &text, "exit" );
+      vg_strcat( &text, "Exit" );
 }