mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
[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:
parent
4f66b8e37c
commit
e902786017
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user