Browse Source

more warning message

Nicolas Cannasse 3 years ago
parent
commit
1357464a3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hide/comp/cdb/Editor.hx

+ 1 - 1
hide/comp/cdb/Editor.hx

@@ -1151,7 +1151,7 @@ class Editor extends Component {
 			menu.insert(1,{ label : "Edit all", click : function() editScripts(table,col) });
 		if( table.displayMode == Properties ) {
 			menu.push({ label : "Delete All", click : function() {
-				if( !ide.confirm("Delete row for all Props?") )
+				if( !ide.confirm("*** WARNING ***\nThis will delete the row for all properties !") )
 					return;
 				beginChanges(true);
 				table.sheet.deleteColumn(col.name);