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; }