diff --git a/AssetStudioGUI/AssetStudioGUIForm.cs b/AssetStudioGUI/AssetStudioGUIForm.cs index b0338266..4e92f61a 100644 --- a/AssetStudioGUI/AssetStudioGUIForm.cs +++ b/AssetStudioGUI/AssetStudioGUIForm.cs @@ -199,7 +199,7 @@ private async void BuildAssetStructures() { if (assetsManager.assetsFileList.Count == 0) { - StatusStripUpdate("No file was loaded."); + StatusStripUpdate("No Unity file can be loaded."); return; }