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

Commit

Permalink
Modify the prompt statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfare committed Nov 19, 2021
1 parent af5e50c commit 2ce9cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssetStudioGUI/AssetStudioGUIForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2ce9cae

Please sign in to comment.