Skip to content

Commit 163b7e2

Browse files
committed
change button name
1 parent 261e697 commit 163b7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public override void OnInspectorGUI() {
129129
}
130130
GUILayout.EndHorizontal ();
131131

132-
if (GUILayout.Button ("Install Maya Integration")) {
132+
if (GUILayout.Button ("Install Unity Integration")) {
133133
FbxExporters.Editor.IntegrationsUI.InstallMayaIntegration ();
134134
}
135135

0 commit comments

Comments
 (0)