Skip to content

Commit 030e629

Browse files
committed
make tooltip more explicit
1 parent 6d68caf commit 030e629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public override void OnInspectorGUI() {
124124

125125
var repairMissingScripts = new GUIContent (
126126
"Run Component Updater",
127-
"If an asset store or forum package was previously installed, then links to the FbxPrefab component will need updating.\n" +
127+
"If FBX exporter version 1.3.0f1 or earlier was previously installed, then links to the FbxPrefab component will need updating.\n" +
128128
"Run this to update all FbxPrefab references in text serialized prefabs and scene files.");
129129

130130
if (GUILayout.Button (repairMissingScripts)) {

0 commit comments

Comments
 (0)