Skip to content

Commit

Permalink
chore: update importer prompt dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Sep 18, 2022
1 parent 0abdfaa commit 05b2526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/AddressableImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public static void ReimportFolders(IEnumerable<String> assetPaths)
Debug.Log($"AddressableImporter: Found {pathsToImport.Count} asset paths...");

if (!EditorUtility.DisplayDialog("Process files?",
$"About to process {pathsToImport.Count} files, is that OK?",
$"About to process {pathsToImport.Count} files and folders, is that OK?",
"Yes", "No"))
return;

Expand Down

0 comments on commit 05b2526

Please sign in to comment.