Skip to content

Commit 6dcd9d2

Browse files
author
AJubrey
committed
[CHANGED] popup message to be more appropriate
1 parent cd0309f commit 6dcd9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ private static void ShowSuccessDialog(string dcc, int exitCode){
695695
message = string.Format("Failed to configure {0}, please check logs (exitcode={1}).", dcc, exitCode);
696696
} else {
697697
title = string.Format("Completed installation of {0} Integration.", dcc);
698-
message = string.Format("Enjoy the new Unity menu in {0}.", dcc);
698+
message = string.Format("You can enjoy the new Unity menu in {0} when loading is complete.", dcc);
699699
}
700700
UnityEditor.EditorUtility.DisplayDialog (title, message, "Ok");
701701
}

0 commit comments

Comments
 (0)