Skip to content

Commit 99e0dc5

Browse files
author
AJubrey
committed
[CHANGED] wording of tooltip
1 parent f01550f commit 99e0dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public override void OnInspectorGUI() {
9898
var options = ExportSettings.GetDCCOptions();
9999

100100
exportSettings.selectedDCCApp = EditorGUILayout.Popup(exportSettings.selectedDCCApp, options);
101-
if (GUILayout.Button(new GUIContent("...", "Browse for 3D application in a non-default location"), EditorStyles.miniButton, GUILayout.Width(BrowseButtonWidth))) {
101+
if (GUILayout.Button(new GUIContent("...", "Browse to a 3D application in a non-default location"), EditorStyles.miniButton, GUILayout.Width(BrowseButtonWidth))) {
102102
var ext = "";
103103
switch (Application.platform) {
104104
case RuntimePlatform.WindowsEditor:

0 commit comments

Comments
 (0)