update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_challenge.c
index 861edbd6f60e10f9bac4b8ed9c12e093c9fee37a..d30a5dcd90d3994af9fd1e43a71f8c1f136a00ab 100644 (file)
@@ -36,9 +36,9 @@ entity_call_result ent_challenge_call( world_instance *world, ent_call *call )
          gui_helper_clear();
          vg_str text;
          if( gui_new_helper( input_button_list[k_srbind_maccept], &text ))
-            vg_strcat( &text, "start" );
+            vg_strcat( &text, "Start" );
          if( gui_new_helper( input_button_list[k_srbind_mback], &text ))
-            vg_strcat( &text, "exit" );
+            vg_strcat( &text, "Exit" );
       }
       return k_entity_call_result_OK;
    }