X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_route.c;fp=ent_route.c;h=8564eed3c5c8c60400c2eb69e5a71b7ad599e1b1;hb=494c85703c76c4123c49937a32584840b6be1470;hp=f5b51c5ec2ce520c74860ee04897d88ca214ef89;hpb=72c12c4df36ca69a84e3681a11945bab72db7eb0;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_route.c b/ent_route.c index f5b51c5..8564eed 100644 --- a/ent_route.c +++ b/ent_route.c @@ -21,14 +21,14 @@ entity_call_result ent_route_call( world_instance *world, ent_call *call ) if( (global_ent_route.helper_weekly = gui_new_helper( input_button_list[k_srbind_mleft], &text ))) - vg_strcat( &text, "weekly" ); + vg_strcat( &text, "Weekly" ); if( (global_ent_route.helper_alltime = gui_new_helper( input_button_list[k_srbind_mright], &text ))) - vg_strcat( &text, "all time" ); + vg_strcat( &text, "All time" ); 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;