ignis55
(I Nedzinskas)
1
Hi,
I have very simple question, how to made ‘Please fix the following input errors:’ error summery function output different.
I try to create system/messages/yii.php with values array( ‘Please fix the following input errors:’ => ‘Some other text’ )
No results.
Try to find yout how to do this thing, any answers on google.
Thanks for answer 
mdomba
(Maurizio Domba Cerin)
2
Check the documentation for errorSummary() - http://www.yiiframework.com/doc/api/1.1/CHtml#errorSummary-detail
You can send a second parameter "header", if that is set it will be used instead of the default message…
ignis55
(I Nedzinskas)
3
thanks for quick answer.
I have found this solution, but i think that it can be message set by default in some messages file.
Ok, I’ll use this method. Thanks 
mdomba
(Maurizio Domba Cerin)
4
Message files are used for translations to output a message in a different language… not to change the default message…