Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit 2ce9cae

Browse files
committed
Modify the prompt statement
1 parent af5e50c commit 2ce9cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AssetStudioGUI/AssetStudioGUIForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private async void BuildAssetStructures()
199199
{
200200
if (assetsManager.assetsFileList.Count == 0)
201201
{
202-
StatusStripUpdate("No file was loaded.");
202+
StatusStripUpdate("No Unity file can be loaded.");
203203
return;
204204
}
205205

0 commit comments

Comments
 (0)