I would like to change the text that appears in the ThickBox in the top panel. Right now it looks like this (HTML from Firebug):
http://test2.richardknop.com/thickbox.jpg
So I would like to change this part of the HTML:
<div id="TB_closeAjaxWindow">
<a id="TB_closeWindowButton" title="Close" href="#">close</a>
or Esc Key
</div>
To for example:
<div id="TB_closeAjaxWindow">
<a id="TB_closeWindowButton" title="Close" href="#">close</a>
</div>
I have read the documentation page for ThickBox plugin and there isn't mentioned any way to do this.