Skip to content

Commit 2ee472d

Browse files
authored
Merge pull request #248 from Unity-Technologies/Uni-32772_capitilize_ui_options
[FIXED] capitalization
2 parents 748c123 + 02f6c9a commit 2ee472d

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
@@ -157,13 +157,13 @@ public override void OnInspectorGUI() {
157157
EditorGUILayout.Space();
158158

159159
exportSettings.launchAfterInstallation = EditorGUILayout.Toggle(
160-
new GUIContent("Keep open:",
160+
new GUIContent("Keep Open:",
161161
"Keep the selected 3D application open after Unity integration install has completed."),
162162
exportSettings.launchAfterInstallation
163163
);
164164

165165
exportSettings.HideSendToUnityMenu = EditorGUILayout.Toggle(
166-
new GUIContent("Hide native menu:",
166+
new GUIContent("Hide Native Menu:",
167167
"Replace Maya's native 'Send to Unity' menu with the Unity Integration's menu"),
168168
exportSettings.HideSendToUnityMenu
169169
);

0 commit comments

Comments
 (0)