File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ public override void OnInspectorGUI() {
183
183
EditorGUILayout . Space ( ) ;
184
184
185
185
EditorGUI . indentLevel -- ;
186
- EditorGUILayout . LabelField ( "Run Component Updater" , EditorStyles . boldLabel ) ;
186
+ EditorGUILayout . LabelField ( "FBX Prefab Component Updater" , EditorStyles . boldLabel ) ;
187
187
EditorGUI . indentLevel ++ ;
188
188
189
189
EditorGUILayout . Space ( ) ;
@@ -197,7 +197,7 @@ public override void OnInspectorGUI() {
197
197
if ( GUILayout . Button ( repairMissingScripts ) ) {
198
198
var componentUpdater = new FbxExporters . Editor . RepairMissingScripts ( ) ;
199
199
var filesToRepairCount = componentUpdater . GetAssetsToRepairCount ( ) ;
200
- var dialogTitle = "FBX Exporter Component Updater" ;
200
+ var dialogTitle = "FBX Prefab Component Updater" ;
201
201
if ( filesToRepairCount > 0 ) {
202
202
bool result = UnityEditor . EditorUtility . DisplayDialog ( dialogTitle ,
203
203
string . Format ( "Found {0} prefab and/or scene file(s) with components requiring update.\n \n " +
You can’t perform that action at this time.
0 commit comments