diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-10 03:41:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-10 03:41:04 +0000 |
commit | 50d8e17fc3e3e9cdef0f4c7b581c98015bd5a06c (patch) | |
tree | aee3fa0187970cf67b242c96ce2989e002d71b9d /gtk/gtklabel.c | |
parent | e83213d06d9effedd768ac5f1bbe5dc41804ee21 (diff) | |
download | gdk-pixbuf-50d8e17fc3e3e9cdef0f4c7b581c98015bd5a06c.tar.gz |
Fix a property nick typo.
2004-12-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtklabel.c (gtk_label_class_init): Fix a property
nick typo.
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 9c26a23b6..b9c4c2971 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -446,7 +446,7 @@ gtk_label_class_init (GtkLabelClass *class) g_object_class_install_property (gobject_class, PROP_WIDTH_CHARS, g_param_spec_int ("width_chars", - P_("Width In Chararacters"), + P_("Width In Characters"), P_("The desired width of the label, in characters"), -1, G_MAXINT, |