app/tiny_mce/plugins/example/langs/en_dlg.js
author Sverre Rabbelier <srabbelier@gmail.com>
Tue, 24 Feb 2009 23:11:15 +0000
changeset 1497 1387f0d2cf45
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Pass the seed to _constructResponse This way _editContext has access to it; this will be used by the commenting system. Patch by: Sverre Rabbelier

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