app: improve GimpTRCType arguments' labels.

It's not just about linear or perceptual. It can also be non-linear,
a.k.a. following the image's curve.
This commit is contained in:
Jehan 2025-07-03 02:45:38 +02:00
parent 04c673852b
commit 497ac99831
2 changed files with 4 additions and 4 deletions

View file

@ -102,8 +102,8 @@ gimp_curves_config_class_init (GimpCurvesConfigClass *klass)
GIMP_CONFIG_PROP_ENUM (object_class, PROP_TRC, GIMP_CONFIG_PROP_ENUM (object_class, PROP_TRC,
"trc", "trc",
_("Linear/Perceptual"), _("Tone Reproduction Curve"),
_("Work on linear or perceptual RGB"), _("Work on linear or perceptual RGB, or following the image's TRC"),
GIMP_TYPE_TRC_TYPE, GIMP_TYPE_TRC_TYPE,
GIMP_TRC_NON_LINEAR, 0); GIMP_TRC_NON_LINEAR, 0);

View file

@ -108,8 +108,8 @@ gimp_levels_config_class_init (GimpLevelsConfigClass *klass)
GIMP_CONFIG_PROP_ENUM (object_class, PROP_TRC, GIMP_CONFIG_PROP_ENUM (object_class, PROP_TRC,
"trc", "trc",
_("Linear/Perceptual"), _("Tone Reproduction Curve"),
_("Work on linear or perceptual RGB"), _("Work on linear or perceptual RGB, or following the image's TRC"),
GIMP_TYPE_TRC_TYPE, GIMP_TYPE_TRC_TYPE,
GIMP_TRC_NON_LINEAR, 0); GIMP_TRC_NON_LINEAR, 0);