Skip to content

Commit 18d88de

Browse files
author
AJubrey
committed
[CHANGED] tooltips to reflect Gabriel's request
1 parent 683b1de commit 18d88de

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)