Skip to content

Commit 34ac728

Browse files
author
AJubrey
committed
[CHANGED] launch after install text
1 parent 9053caa commit 34ac728

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
@@ -184,8 +184,8 @@ public override void OnInspectorGUI() {
184184
}
185185

186186
exportSettings.launchAfterInstallation = EditorGUILayout.Toggle(
187-
new GUIContent("Launch 3D Application:",
188-
"Launch the selected 3d application after Unity integration is completed."),
187+
new GUIContent("Keep 3D Application opened:",
188+
"Open the selected 3d application after Unity integration is completed."),
189189
exportSettings.launchAfterInstallation
190190
);
191191

0 commit comments

Comments
 (0)