Skip to content

Commit 23029c6

Browse files
author
AJubrey
committed
[CHANGED] some small naming for the label
1 parent 9aff398 commit 23029c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ public override void OnInspectorGUI() {
183183
);
184184

185185
exportSettings.HideSendToUnityMenu = EditorGUILayout.Toggle(
186-
new GUIContent("Replace native menu:",
187-
"Replace Maya's native 'Send to Unity' menu with the UnityFbxForMaya's Export"),
186+
new GUIContent("Hide native menu:",
187+
"Replace Maya's native 'Send to Unity' menu with the Unity Integration's menu"),
188188
exportSettings.HideSendToUnityMenu
189189
);
190190

0 commit comments

Comments
 (0)