Skip to content

Commit b8879e0

Browse files
committed
remove "you" from tooltip
1 parent 3ab807a commit b8879e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

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

191191
var repairMissingScripts = new GUIContent (
192192
"Run Component Updater",
193-
"If the forum package 1.1.0b1 was previously installed, then links to the FbxPrefab component in your assets will need updating." +
194-
" Run this button to update all FbxPrefab references in your text serialized prefabs and scene files.");
193+
"If the forum package 1.1.0b1 was previously installed, then links to the FbxPrefab component " +
194+
"in assets created with the FBX exporter will need updating.\n" +
195+
"Run this button to update all FbxPrefab references in text serialized prefabs and scene files.");
195196

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

0 commit comments

Comments
 (0)