浏览代码

more warning message

Nicolas Cannasse 3 年之前
父节点
当前提交
1357464a3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);