Skip to content

Commit 8692fcf

Browse files
committed
UT-2111 fix Show Convert UI tooltip
1 parent 5ffd3ea commit 8692fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.formats.fbx/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public override void OnInspectorGUI() {
7171
EditorGUILayout.LabelField("Export Options", EditorStyles.boldLabel);
7272
EditorGUI.indentLevel++;
7373
exportSettings.ShowConvertToPrefabDialog = EditorGUILayout.Toggle(
74-
new GUIContent("Show Convert UI:", "Enable Convert dialog when converting to a Linked Prefab"),
74+
new GUIContent("Show Convert UI:", "Enable Convert dialog when converting to an FBX Linked Prefab"),
7575
exportSettings.ShowConvertToPrefabDialog
7676
);
7777
EditorGUILayout.Space();

0 commit comments

Comments
 (0)