From 1629e6d7874dd520d7792a9b0647427a6f8f5f9e Mon Sep 17 00:00:00 2001 From: Libor Batek <112623825+LiborBatek@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:49:52 +0200 Subject: [PATCH] Update server/settings/main.py Co-authored-by: Roy Nieterau --- server/settings/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/settings/main.py b/server/settings/main.py index de1e106bf6..efacdff812 100644 --- a/server/settings/main.py +++ b/server/settings/main.py @@ -172,7 +172,7 @@ class CoreImageIOBaseModel(BaseSettingsModel): activate_global_color_management: bool = SettingsField( False, title="Enable Color Management", - description="When enabled, global color management been activated for all hosts available.", + description="When enabled, global color management using OpenColorIO will be enabled for all hosts available. With this enabled the `OCIO` environment variable will automatically be supplied to any OCIO supporting host.", ) ocio_config_profiles: list[CoreImageIOConfigProfilesModel] = SettingsField( default_factory=list, title="OCIO config profiles"