From 2ce9cae957fb54cc0c4e4ad2f2838c6a6899dedc Mon Sep 17 00:00:00 2001 From: Perfare Date: Sat, 20 Nov 2021 03:11:02 +0800 Subject: [PATCH] Modify the prompt statement --- AssetStudioGUI/AssetStudioGUIForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetStudioGUI/AssetStudioGUIForm.cs b/AssetStudioGUI/AssetStudioGUIForm.cs index b033826..4e92f61 100644 --- a/AssetStudioGUI/AssetStudioGUIForm.cs +++ b/AssetStudioGUI/AssetStudioGUIForm.cs @@ -199,7 +199,7 @@ namespace AssetStudioGUI { if (assetsManager.assetsFileList.Count == 0) { - StatusStripUpdate("No file was loaded."); + StatusStripUpdate("No Unity file can be loaded."); return; }