diff options
author | Friendika <info@friendika.com> | 2011-01-31 23:23:37 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-31 23:23:37 -0800 |
commit | 89313235d26569df5cbdabb1f85871f10056e41f (patch) | |
tree | 50ae4d8845bc16e2edfbaa916e80d8709ee3fe86 /tinymce/jscripts/tiny_mce | |
parent | 9d561d4471bccdd199821cd9ce5b2f6354ab8e65 (diff) | |
download | volse-hubzilla-89313235d26569df5cbdabb1f85871f10056e41f.tar.gz volse-hubzilla-89313235d26569df5cbdabb1f85871f10056e41f.tar.bz2 volse-hubzilla-89313235d26569df5cbdabb1f85871f10056e41f.zip |
it's a bbcode editor, not an html editor
Diffstat (limited to 'tinymce/jscripts/tiny_mce')
-rw-r--r-- | tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js | 2 | ||||
-rw-r--r-- | 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 69694b1f9..502b00817 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 9d124d7db..ea5a6dae2 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",
|