From 89313235d26569df5cbdabb1f85871f10056e41f Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 31 Jan 2011 23:23:37 -0800 Subject: [PATCH] it's a bbcode editor, not an html editor --- tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js | 2 +- tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js b/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js index 69694b1f9f..502b008176 100644 --- a/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js +++ b/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js @@ -36,7 +36,7 @@ link_desc:"Insert/edit link", unlink_desc:"Unlink", image_desc:"Insert/edit image", cleanup_desc:"Cleanup messy code", -code_desc:"Edit HTML Source", +code_desc:"Edit BBcode Source", sub_desc:"Subscript", sup_desc:"Superscript", hr_desc:"Insert horizontal ruler", diff --git a/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js b/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js index 9d124d7db6..ea5a6dae28 100644 --- a/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js +++ b/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js @@ -10,7 +10,7 @@ about_version:"Version", about_loaded:"Loaded plugins", anchor_title:"Insert/edit anchor", anchor_name:"Anchor name", -code_title:"HTML Source Editor", +code_title:"BBcode Source Editor", code_wordwrap:"Word wrap", colorpicker_title:"Select a color", colorpicker_picker_tab:"Picker",