includes/clientside/tinymce/plugins/advhr/langs/en_dlg.js
author Dan
Sun, 25 Jan 2009 21:20:14 -0500
changeset 826 dcf5381ce8ba
parent 335 67bd3121a12e
permissions -rw-r--r--
Replaced integer checks that used preg_match() to use ctype_digit() instead

tinyMCE.addI18n('en.advhr_dlg',{
width:"Width",
size:"Height",
noshade:"No shadow"
});