includes/clientside/tinymce/plugins/advhr/langs/en.js
author Dan
Sun, 07 Oct 2007 22:06:15 -0400
changeset 182 c69730750be3
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed the security hole (really, I'm a moron - used $failed > $threshold instead of $failed >= $threashold) and patched up some...erm... math issues

// UK lang variables

tinyMCE.addToLang('',{
insert_advhr_desc : 'Horizontale rule',
insert_advhr_width : 'Width',
insert_advhr_size : 'Height',
insert_advhr_noshade : 'No shadow'
});