annotate media/js/tiny_mce/plugins/advhr/langs/en_dlg.js @ 256:9c82c7984884

Fix #105. Incorrect path to example image in the markdown help template.
author Brian Neal <bgneal@gmail.com>
date Tue, 21 Sep 2010 00:59:31 +0000
parents a5b4c5ce0658
children
rev   line source
bgneal@45 1 tinyMCE.addI18n('en.advhr_dlg',{
bgneal@45 2 width:"Width",
bgneal@45 3 size:"Height",
bgneal@45 4 noshade:"No shadow"
bgneal@45 5 });