Skip to content

Commit dd04467

Browse files
authored
Update ImportSettingsEditorWindow.cs
1 parent a6171ef commit dd04467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Editor/ImportSettingsEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private void OnGUI()
2828
EditorGUILayout.LabelField("SimpleITK", headerStyle);
2929
EditorGUILayout.Space();
3030
EditorGUILayout.LabelField("SimpleITK is a library that adds support for JPEG-compressed DICOM, as well as NRRD and NIFTI formats.\n" +
31-
"Enabling it will start a download of ca 100MBs of binaries. It currently only works on Windows (Linux is WIP)", EditorStyles.wordWrappedLabel);
31+
"Enabling it will start a download of ca 100MBs of binaries. Supported platforms: Windows, Linux, MacOS.", EditorStyles.wordWrappedLabel);
3232

3333
if (!SimpleITKManager.IsSITKEnabled())
3434
{

0 commit comments

Comments
 (0)