Skip to content

Commit 986b981

Browse files
authored
Merge pull request #216 from Unity-Technologies/Uni-31554_change_launch_after_install_text
Uni-31554 [CHANGED] launch after install text
2 parents 9053caa + 6973cb2 commit 986b981

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+
"Keep the selected 3D application open after Unity integration install has completed."),
189189
exportSettings.launchAfterInstallation
190190
);
191191

0 commit comments

Comments
 (0)