Renaming a trigger?

Hello. I have a first person character controller, the one that is default with Unity. My game scene has 2 triggers, but as far as I can tell you can't rename triggers/colliders.

I'd like to know how to specify which trigger I am colliding with, please :D

function OnTriggerStay (other : Collider) {
Application.LoadLevel("secondroom");
}

Any advice would be awesome. :)

You can rename the gameobject the triggers and colliders are on in the inspector, then just check other.name