Skip to content

Commit f8b24ec

Browse files
committed
Uni-25711-turntable-typo
1 parent 3517d1f commit f8b24ec

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
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using UnityEditorInternal;
44
using UnityEngine;
@@ -88,7 +88,7 @@ public override void OnInspectorGUI() {
8888
GUILayout.BeginHorizontal ();
8989

9090
GUILayout.Label (new GUIContent (
91-
"Turn Table Scene:",
91+
"Turntable Scene:",
9292
"Scene to use for reviewing models. If none, a scene will be created on review."));
9393

9494
exportSettings.turntableScene = EditorGUILayout.ObjectField (

0 commit comments

Comments
 (0)