Skip to content

Commit 3007cd2

Browse files
committed
change "Enable" to "Show" in tooltip
1 parent ceae52f commit 3007cd2

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 the Convert dialog when converting to an FBX Linked Prefab"),
74+
new GUIContent("Show Convert UI:", "Show the Convert dialog when converting to an FBX Linked Prefab"),
7575
exportSettings.ShowConvertToPrefabDialog
7676
);
7777
EditorGUILayout.Space();

0 commit comments

Comments
 (0)