Index: openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js 8 May 2009 17:34:11 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js 12 Jul 2009 01:12:31 -0000 1.3 @@ -59,4 +59,12 @@ newdocument:"Are you sure you want clear all contents?", toolbar_focus:"Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X", more_colors:"More colors" +}); +tinyMCE.addI18n('en.advanced',{ +cut_desc:"Cut", +copy_desc:"Copy", +paste_desc:"Paste", +link_desc:"Insert/edit link", +unlink_desc:"Unlink", +image_desc:"Insert image" }); \ No newline at end of file