Fix a user-visible typo

This commit is contained in:
Alexandre Prokoudine 2016-05-10 01:08:14 +03:00
parent 68936e4cc2
commit e66ec72a3f

View file

@ -261,7 +261,7 @@ gimp_color_config_class_init (GimpColorConfigClass *klass)
GIMP_CONFIG_PROP_RGB (object_class, PROP_OUT_OF_GAMUT_COLOR,
"out-of-gamut-color",
_("Out of gammut warning color"),
_("Out of gamut warning color"),
OUT_OF_GAMUT_COLOR_BLURB,
FALSE, &color,
GIMP_PARAM_STATIC_STRINGS);