We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ac728 commit 6973cb2Copy full SHA for 6973cb2
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -185,7 +185,7 @@ public override void OnInspectorGUI() {
185
186
exportSettings.launchAfterInstallation = EditorGUILayout.Toggle(
187
new GUIContent("Keep 3D Application opened:",
188
- "Open the selected 3d application after Unity integration is completed."),
+ "Keep the selected 3D application open after Unity integration install has completed."),
189
exportSettings.launchAfterInstallation
190
);
191
0 commit comments