Skip to content

Commit 6d68caf

Browse files
committed
shorten tooltip
1 parent da4ea64 commit 6d68caf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ public override void OnInspectorGUI() {
124124

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

131130
if (GUILayout.Button (repairMissingScripts)) {
132131
var componentUpdater = new FbxExporters.Editor.RepairMissingScripts ();

0 commit comments

Comments
 (0)