diff --git a/ChangeLog b/ChangeLog index 380cdd709..cd7881c8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-30 Matthias Clasen + + * gtk/gtkrange.c: Typo fix. (#352121, Clytie Siddall) + 2006-12-30 Matthias Clasen * gtk/gtkaction.c: Improve the docs of the "label" diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index df2f92c47..5887dee18 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -501,7 +501,7 @@ gtk_range_class_init (GtkRangeClass *class) gtk_widget_class_install_style_property (widget_class, g_param_spec_boolean ("trough-under-steppers", P_("Trough Under Steppers"), - P_("Whether to draw trought for full length of range or exclude the steppers and spacing"), + P_("Whether to draw trough for full length of range or exclude the steppers and spacing"), TRUE, GTK_PARAM_READABLE));