diff --git a/code/cgame/cg_event.c b/code/cgame/cg_event.c index 8700b442..34cbd7b7 100644 --- a/code/cgame/cg_event.c +++ b/code/cgame/cg_event.c @@ -188,7 +188,7 @@ static void CG_Obituary( entityState_t *ent ) { if( gender == GENDER_FEMALE ) { message = "found her prox mine"; } else if ( gender == GENDER_NEUTER ) { - message = "found it's prox mine"; + message = "found its prox mine"; } else { message = "found his prox mine"; }