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 @@ -200,7 +200,7 @@ public override void OnInspectorGUI() {
200
200
var dialogTitle = "FBX Prefab Component Updater" ;
201
201
if ( filesToRepairCount > 0 ) {
202
202
bool result = UnityEditor . EditorUtility . DisplayDialog ( dialogTitle ,
203
- string . Format ( "Found {0} prefab and/or scene file (s) with components requiring update.\n \n " +
203
+ string . Format ( "Found {0} prefab(s) and/or scene(s) with components requiring update.\n \n " +
204
204
"If you choose 'Go Ahead', the FbxPrefab components in these assets " +
205
205
"will be automatically updated to work with the latest FBX exporter.\n " +
206
206
"You should make a backup before proceeding." , filesToRepairCount ) ,
@@ -213,7 +213,7 @@ public override void OnInspectorGUI() {
213
213
}
214
214
} else {
215
215
UnityEditor . EditorUtility . DisplayDialog ( dialogTitle ,
216
- "Couldn't find any prefab or scene files that require updating" , "Ok" ) ;
216
+ "Couldn't find any prefabs or scenes that require updating" , "Ok" ) ;
217
217
}
218
218
}
219
219
You can’t perform that action at this time.
0 commit comments