diff options
Diffstat (limited to 'gtk/gtktable.c')
-rw-r--r-- | gtk/gtktable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktable.c b/gtk/gtktable.c index 1b62705831..3edf3de2f5 100644 --- a/gtk/gtktable.c +++ b/gtk/gtktable.c @@ -207,7 +207,7 @@ gtk_table_class_init (GtkTableClass *class) CHILD_PROP_RIGHT_ATTACH, g_param_spec_uint ("right_attach", _("Right attachment"), - _("the column number to attach the right side of a child widget to"), + _("The column number to attach the right side of a child widget to"), 1, 65535, 1, G_PARAM_READWRITE)); gtk_container_class_install_child_property (container_class, |