Skip to content

Commit f7b7be9

Browse files
committed
replace "prefab or scene files" with "prefabs or scenes"
1 parent ead9650 commit f7b7be9

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
@@ -200,7 +200,7 @@ public override void OnInspectorGUI() {
200200
var dialogTitle = "FBX Prefab Component Updater";
201201
if (filesToRepairCount > 0) {
202202
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" +
204204
"If you choose 'Go Ahead', the FbxPrefab components in these assets " +
205205
"will be automatically updated to work with the latest FBX exporter.\n" +
206206
"You should make a backup before proceeding.", filesToRepairCount),
@@ -213,7 +213,7 @@ public override void OnInspectorGUI() {
213213
}
214214
} else {
215215
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");
217217
}
218218
}
219219

0 commit comments

Comments
 (0)