Skip to content

Commit 8ae893e

Browse files
authored
Merge pull request #151 from Unity-Technologies/Uni-25711-turntable-typo
Uni-25711-turntable-typo
2 parents d3c403a + f8b24ec commit 8ae893e

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
@@ -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)