From: skodak Date: Sun, 17 May 2009 18:49:30 +0000 (+0000) Subject: MDL-19184 fixed typos X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1b24d7496f4de467f50680fe8a4af8439908c857;p=moodle.git MDL-19184 fixed typos --- diff --git a/lib/editor/tinymce/extra/tinymce.js.php b/lib/editor/tinymce/extra/tinymce.js.php index b8e06aa5d8..eae3b1eadd 100644 --- a/lib/editor/tinymce/extra/tinymce.js.php +++ b/lib/editor/tinymce/extra/tinymce.js.php @@ -74,7 +74,7 @@ function mc_init_editors() { apply_source_formatting: true, remove_script_host: false, entity_encoding: "raw", - plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emoticons,inlinepopups,media,searchreplace,paste,directionality,fullscreen,moodlenolink,dragmath,nonbreaking,contextmenu,insertdatetime,save,iespell,preview,print,noneditable,visualchars,xhtmlxtras,template,pagebreak", + plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emotions,inlinepopups,media,searchreplace,paste,directionality,fullscreen,moodlenolink,dragmath,nonbreaking,contextmenu,insertdatetime,save,iespell,preview,print,noneditable,visualchars,xhtmlxtras,template,pagebreak", theme_advanced_font_sizes: "1,2,3,4,5,6,7", theme_advanced_layout_manager: "SimpleLayout", theme_advanced_toolbar_align : "left", @@ -82,7 +82,7 @@ function mc_init_editors() { theme_advanced_buttons1_add: "|,undo,redo,|,search,replace,spellchecker,|,fullscreen", theme_advanced_buttons2: "bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull,|,cite,abbr,acronym", theme_advanced_buttons2_add: "|,selectall,cleanup,removeformat,pastetext,pasteword,|,forecolor,backcolor,|,ltr,rtl", - theme_advanced_buttons3: "bullist,numlist,outdent,indent,|,link,unlink,moodlenolink,anchor,|,insertdate,inserttime,|,emoticons,image,advhr,nonbreaking,charmap", + theme_advanced_buttons3: "bullist,numlist,outdent,indent,|,link,unlink,moodlenolink,anchor,|,insertdate,inserttime,|,emotions,image,advhr,nonbreaking,charmap", theme_advanced_buttons3_add: "|,table,insertlayer,styleprops,visualchars,|,code,preview", theme_advanced_fonts: "Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings", theme_advanced_resize_horizontal: true, @@ -108,7 +108,7 @@ function mc_init_editors() { apply_source_formatting: true, remove_script_host: false, entity_encoding: "raw", - plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emoticons,inlinepopups,media,searchreplace,paste,directionality,fullscreen,moodlenolink,dragmath,nonbreaking,contextmenu,insertdatetime,save,iespell,preview,print,noneditable,visualchars,xhtmlxtras,template,pagebreak", + plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emotions,inlinepopups,media,searchreplace,paste,directionality,fullscreen,moodlenolink,dragmath,nonbreaking,contextmenu,insertdatetime,save,iespell,preview,print,noneditable,visualchars,xhtmlxtras,template,pagebreak", theme_advanced_font_sizes: "1,2,3,4,5,6,7", theme_advanced_layout_manager: "SimpleLayout", theme_advanced_toolbar_align : "left", @@ -116,7 +116,7 @@ function mc_init_editors() { theme_advanced_buttons1_add: "|,undo,redo,|,search,replace,spellchecker,|,fullscreen", theme_advanced_buttons2: "bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull,|,cite,abbr,acronym", theme_advanced_buttons2_add: "|,selectall,cleanup,removeformat,pastetext,pasteword,|,forecolor,backcolor,|,ltr,rtl", - theme_advanced_buttons3: "bullist,numlist,outdent,indent,|,link,unlink,moodlenolink,anchor,|,insertdate,inserttime,|,emoticons,image,media,dragmath,advhr,nonbreaking,charmap", + theme_advanced_buttons3: "bullist,numlist,outdent,indent,|,link,unlink,moodlenolink,anchor,|,insertdate,inserttime,|,emotions,image,media,dragmath,advhr,nonbreaking,charmap", theme_advanced_buttons3_add: "|,table,insertlayer,styleprops,visualchars,|,code,preview", theme_advanced_fonts: "Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings", theme_advanced_resize_horizontal: true,