examples/bootstrap/Editor.js
authorEdward <edward@roojs.com>
Thu, 12 Feb 2015 09:45:03 +0000 (17:45 +0800)
committerEdward <edward@roojs.com>
Thu, 12 Feb 2015 09:45:03 +0000 (17:45 +0800)
examples/bootstrap/Editor.js

index c7581ee..ef972a1 100644 (file)
@@ -79,7 +79,7 @@ Roo.example.Editor = new Roo.XComponent({
                                                         },
                                                         beforedelete : function (_self, el, e)
                                                         {
-                                                            Roo.bootstrap.MessageBox.confirm("Save first?", "Do you want to save", function(v) {
+                                                            Roo.bootstrap.MessageBox.confirm("Confirm", "Are you sure want to delete the content?", function(v) {
                                                                 if(v != 'yes'){
                                                                     return false;
                                                                 }