Roo/form/HtmlEditor/ToolbarStandard.js
authorAlan Knowles <alan@roojs.com>
Wed, 3 Sep 2014 07:37:06 +0000 (15:37 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Sep 2014 07:37:06 +0000 (15:37 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index c166825..1f93ada 100644 (file)
@@ -419,7 +419,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
             });
              cmenu.menu.items.push({
                 actiontype : 'word',
-                html: 'Remove MS Word Formating',
+                html: 'Tidy HTML Source',
                 handler: function(a,b) {
                     editorcore.doc.innerHTML = editorcore.domToHTML();