summaryrefslogtreecommitdiff
path: root/gtk/gtktable.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-07-06 05:14:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-07-06 05:14:03 +0000
commitf8794ccccadc91bd37a4fe19577fc789cf0d0107 (patch)
tree47fea3e572b4614ca5aada3be8a53ea671e34980 /gtk/gtktable.c
parente5afc7e33198a7b694e4177de7802e80d0be1aec (diff)
downloadgtk+-f8794ccccadc91bd37a4fe19577fc789cf0d0107.tar.gz
Improve consistency of signal and property names
Diffstat (limited to 'gtk/gtktable.c')
-rw-r--r--gtk/gtktable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktable.c b/gtk/gtktable.c
index f34782331f..9002ad3c6c 100644
--- a/gtk/gtktable.c
+++ b/gtk/gtktable.c
@@ -162,8 +162,8 @@ gtk_table_class_init (GtkTableClass *class)
g_object_class_install_property (gobject_class,
PROP_HOMOGENEOUS,
g_param_spec_boolean ("homogeneous",
- P_("Homogenous"),
- P_("If TRUE this means the table cells are all the same width/height"),
+ P_("Homogeneous"),
+ P_("If TRUE, the table cells are all the same width/height"),
FALSE,
GTK_PARAM_READWRITE));