Skip to content

Commit 7e35032

Browse files
committed
remove quotes around Unity in Maya integration message
1 parent de81416 commit 7e35032

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
@@ -406,7 +406,7 @@ public static void InstallMayaIntegration ()
406406
message = string.Format("Failed to configure Maya, please check logs (exitcode={0}).", exitCode);
407407
} else {
408408
title = "Completed installation of Maya Integration.";
409-
message = "Enjoy the new \"Unity\" menu in Maya.";
409+
message = "Enjoy the new Unity menu in Maya.";
410410
}
411411
UnityEditor.EditorUtility.DisplayDialog (title, message, "Ok");
412412
}

0 commit comments

Comments
 (0)