Skip to content

Commit cf09299

Browse files
author
AJubrey
committed
[CHANGED] text as per requests
1 parent c02683e commit cf09299

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
@@ -90,15 +90,15 @@ public override void OnInspectorGUI() {
9090
GUILayout.BeginHorizontal ();
9191
GUILayout.Label (new GUIContent (
9292
"Integrations Path:",
93-
"Absolute path for saving 3D application integrations."), GUILayout.Width(LabelWidth - 3));
93+
"Installation path for 3D application integrations."), GUILayout.Width(LabelWidth - 3));
9494

9595
var IntegrationsPathLabel = ExportSettings.GetIntegrationSavePath();
9696
EditorGUILayout.SelectableLabel(IntegrationsPathLabel,
9797
EditorStyles.textField,
9898
GUILayout.MinWidth(SelectableLabelMinWidth),
9999
GUILayout.Height(EditorGUIUtility.singleLineHeight));
100100

101-
if (GUILayout.Button(new GUIContent("...", "Browse to a new location for saving 3D application integrations"), EditorStyles.miniButton, GUILayout.Width(BrowseButtonWidth)))
101+
if (GUILayout.Button(new GUIContent("...", "Browse to a new installation path for 3D application integrations"), EditorStyles.miniButton, GUILayout.Width(BrowseButtonWidth)))
102102
{
103103
string initialPath = ExportSettings.GetIntegrationSavePath();
104104

0 commit comments

Comments
 (0)