Blame view

js/tiny_mce/plugins/pastehtml/langs/en.js 148 Bytes
8d65d0ce   andryeyev   init
1
2
3
4
  tinyMCE.addI18n('en.pastehtml',{
  	desc : 'Paste HTML code',
  	insert_html_here: 'Use CTRL+V on your keyboard to paste the text into the window.'
  });