[docs] Saturation is the intensity of the color, not the "deepness"

Reported by Seán de Búrca in bug
https://bugzilla.gnome.org/show_bug.cgi?id=466475
This commit is contained in:
Javier Jardón 2010-06-09 20:01:53 +02:00
parent 4f66b8e37c
commit e902786017

View File

@ -390,7 +390,7 @@ gtk_color_selection_init (GtkColorSelection *colorsel)
_("Position on the color wheel."));
gtk_spin_button_set_wrap (GTK_SPIN_BUTTON (priv->hue_spinbutton), TRUE);
make_label_spinbutton (colorsel, &priv->sat_spinbutton, _("_Saturation:"), table, 0, 1, COLORSEL_SATURATION,
_("\"Deepness\" of the color."));
_("Intensity of the color."));
make_label_spinbutton (colorsel, &priv->val_spinbutton, _("_Value:"), table, 0, 2, COLORSEL_VALUE,
_("Brightness of the color."));
make_label_spinbutton (colorsel, &priv->red_spinbutton, _("_Red:"), table, 6, 0, COLORSEL_RED,