How to change default standard message for the DataTotal control?

I trying to change the standard message for the DataTotal control from “‘{0}’ - ‘{1}’ of ‘{2}’” to “Total records=‘{2}’” inside the header of my Anyc table. Have anybody tried to modify the default standard message before? Can you post a example portlet project with your solution?

Thanks.

After reviewing the sample control projects, I came across “Custom Message” table and saw how to correctly change the standard message for DataTotal control. Here is what I used in the standard message property:

Total Records =  {2}

(note: no quotes)