Modify the prompt statement

This commit is contained in:
Perfare 2021-11-20 03:11:02 +08:00
parent af5e50cfa9
commit 2ce9cae957

View File

@ -199,7 +199,7 @@ namespace AssetStudioGUI
{ {
if (assetsManager.assetsFileList.Count == 0) if (assetsManager.assetsFileList.Count == 0)
{ {
StatusStripUpdate("No file was loaded."); StatusStripUpdate("No Unity file can be loaded.");
return; return;
} }