Changing default error summary text

Hello, I know how to change the text "Please fix the following input errors:" for individual error summaries (as explained in this thread: http://www.yiiframework.com/forum/index.php?/topic/14116-very-simple-where-to-change-please-fix-the-following-input-errors/), but I want to change it for ALL error summaries. In fact, I just plain want to get rid of it. I only want the summary to say what is wrong, not "please fix…". Is there a way to get rid of this default text without changing the header attribute for every individual error summary? Thanks.

As this is a parameter to errorSummary() the only way to set it is to send it as a parameter…

For your case to set it for all the project… you can extend the CActiveForm or CHtml (depending on your need)… and create a custom errorSummary() where you set the header to empty