mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
parent
04c673852b
commit
497ac99831
2 changed files with 4 additions and 4 deletions
|
@ -102,8 +102,8 @@ gimp_curves_config_class_init (GimpCurvesConfigClass *klass)
|
|||
|
||||
GIMP_CONFIG_PROP_ENUM (object_class, PROP_TRC,
|
||||
"trc",
|
||||
_("Linear/Perceptual"),
|
||||
_("Work on linear or perceptual RGB"),
|
||||
_("Tone Reproduction Curve"),
|
||||
_("Work on linear or perceptual RGB, or following the image's TRC"),
|
||||
GIMP_TYPE_TRC_TYPE,
|
||||
GIMP_TRC_NON_LINEAR, 0);
|
||||
|
||||
|
|
|
@ -108,8 +108,8 @@ gimp_levels_config_class_init (GimpLevelsConfigClass *klass)
|
|||
|
||||
GIMP_CONFIG_PROP_ENUM (object_class, PROP_TRC,
|
||||
"trc",
|
||||
_("Linear/Perceptual"),
|
||||
_("Work on linear or perceptual RGB"),
|
||||
_("Tone Reproduction Curve"),
|
||||
_("Work on linear or perceptual RGB, or following the image's TRC"),
|
||||
GIMP_TYPE_TRC_TYPE,
|
||||
GIMP_TRC_NON_LINEAR, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue