Skip to content

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

Lines changed: 1 addition & 1 deletion
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)