Skip to content

Commit ead9650

Browse files
committed
change title to "FBX Prefab Component Updater"
1 parent a196f4a commit ead9650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public override void OnInspectorGUI() {
183183
EditorGUILayout.Space ();
184184

185185
EditorGUI.indentLevel--;
186-
EditorGUILayout.LabelField ("Run Component Updater", EditorStyles.boldLabel);
186+
EditorGUILayout.LabelField ("FBX Prefab Component Updater", EditorStyles.boldLabel);
187187
EditorGUI.indentLevel++;
188188

189189
EditorGUILayout.Space ();
@@ -197,7 +197,7 @@ public override void OnInspectorGUI() {
197197
if (GUILayout.Button (repairMissingScripts)) {
198198
var componentUpdater = new FbxExporters.Editor.RepairMissingScripts ();
199199
var filesToRepairCount = componentUpdater.GetAssetsToRepairCount ();
200-
var dialogTitle = "FBX Exporter Component Updater";
200+
var dialogTitle = "FBX Prefab Component Updater";
201201
if (filesToRepairCount > 0) {
202202
bool result = UnityEditor.EditorUtility.DisplayDialog (dialogTitle,
203203
string.Format("Found {0} prefab and/or scene file(s) with components requiring update.\n\n" +

0 commit comments

Comments
 (0)