summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-10-06 19:07:49 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-10-06 19:07:49 +0000
commit24a6781c61d081e48676aa33f4501e726955e998 (patch)
tree5b9c97259b19fe5e4ed762b6a9d82590734bd7e5 /gtk
parentdc825592f45d07bb4e39e6a878a44e22760977da (diff)
downloadgtk+-24a6781c61d081e48676aa33f4501e726955e998.tar.gz
Start the blurb for "right_attach" with a capital. (#123945, Christian
Mon Oct 6 21:05:46 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtktable.c (gtk_table_class_init): Start the blurb for "right_attach" with a capital. (#123945, Christian Rose)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktable.c2
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,