Skip to content

Commit d919b75

Browse files
committed
UI message text update
1 parent 66058df commit d919b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Editor/Editor Windows/ScriptableObjectEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private void PutPropertiesForObject<T>(List<T> Configs) where T : ScriptableObje
196196
if(GUILayout.Button("del", GUILayout.MaxWidth(30)))
197197
{
198198
// Delete the selected ScriptableObject asset
199-
if (EditorUtility.DisplayDialog("Delete Config", "Are you sure you want to delete this config?", "Yes", "No"))
199+
if (EditorUtility.DisplayDialog("Delete Config", "Are you sure you want to delete this config? \n\nYou cannot undo delete assets action.", "Yes", "No"))
200200
{
201201
AssetDatabase.DeleteAsset(AssetDatabase.GetAssetPath(Config));
202202
AssetDatabase.SaveAssets();

0 commit comments

Comments
 (0)