Is there a way to override what is displayed in the Unity Inspector title bar?
AddComponentMenu will override the name:
[AddComponentMenu("My Componet Name")] public class MyComponetName : MonoBehaviour { ..... }