Skip to content

Commit 335337b

Browse files
committed
changed tag name in unitySetupUI.mel
- version number was being replaced with empty string
1 parent 0c59d90 commit 335337b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

10-
global string $unityFamilyLabel = "The UnityFbxForMaya (@COM_UNITY_FORMATS_FBX_VERSION@) plugin allows you to reliably exchange and review your work between Maya and Unity.";
10+
global string $unityFamilyLabel = "The UnityFbxForMaya (@PACKAGE_VERSION@) plugin allows you to reliably exchange and review your work between Maya and Unity.";
1111
global string $unityImportLabel = "Import an FBX file from a Unity project and auto-configure for exporting";
1212
global string $unityExportModelLabel = "Export Model to Unity";
1313
global string $unityExportAnimLabel = "Export Animation to Unity";

0 commit comments

Comments
 (0)