Skip to content

Commit cd0309f

Browse files
authored
Merge pull request #218 from Unity-Technologies/Uni-31552_fix_Maya/Max_tooltips
Uni-31552 fixed max/maya tooltips per Gabriel's request
2 parents 244c82e + 18d88de commit cd0309f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/Integrations/Autodesk/max/scripts/UnityFbxForMaxPlugin.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- MacroScripts that will perform actions
2-
macroScript UnityImport category:"Unity" tooltip:"Import FBX file from Unity project and auto-configure for exporting."
2+
macroScript UnityImport category:"Unity" tooltip:"Import an FBX file from a Unity project and auto-configure for exporting"
33
(
44
origObjects = #()
55

Assets/Integrations/Autodesk/maya/scripts/unitySetupUI.mel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global string $unityExportIconPath = "export.png";
88
global string $unityIconPath = "unity.png";
99

1010
global string $unityFamilyLabel = "The UnityFbxForMaya plugin allows you to reliably exchange and review your work between Maya and Unity.";
11-
global string $unityImportLabel = "Import FBX file from Unity Project and auto-configure for exporting";
11+
global string $unityImportLabel = "Import an FBX file from a Unity project and auto-configure for exporting";
1212
global string $unityExportLabel = "Export Model to Unity";
1313

1414
global string $unityCommandsFile = "unityCommands.mel";

0 commit comments

Comments
 (0)