Skip to content

Commit 9053caa

Browse files
authored
Merge pull request #211 from Unity-Technologies/Uni-31490_fix_tooltip_for_launch_app_box
Uni-31490 [FIXED] tooltip
2 parents ae13803 + 6135738 commit 9053caa

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
@@ -185,7 +185,7 @@ public override void OnInspectorGUI() {
185185

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

0 commit comments

Comments
 (0)