app/tiny_mce/plugins/example/langs/en_dlg.js
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 13 Dec 2008 12:49:34 +0000
changeset 730 f6d9a49fa5ce
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Fix EOL-damage We use \n for line endings, so remove the \r from public.html Patch by: Sverre Rabbelier

tinyMCE.addI18n('en.example_dlg',{
	title : 'This is just a example title'
});