]> Pileus Git - ~andy/gtk/commitdiff
Fix typos in property blurbs. (#338772, Clytie Siddall)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Apr 2006 12:59:01 +0000 (12:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 17 Apr 2006 12:59:01 +0000 (12:59 +0000)
2006-04-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtksettings.c (gtk_settings_class_init):
* gtk/gtkentry.c (gtk_entry_class_init): Fix typos
in property blurbs.  (#338772, Clytie Siddall)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkentry.c
gtk/gtksettings.c

index c77072c7c034ace0d2fa33bff882d19e2c2db2b6..4dfbbcad643e74e01b0debc24d0cae9bf0268450 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksettings.c (gtk_settings_class_init): 
+       * gtk/gtkentry.c (gtk_entry_class_init): Fix typos
+       in property blurbs.  (#338772, Clytie Siddall)
+
 2006-04-16  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check 
index c77072c7c034ace0d2fa33bff882d19e2c2db2b6..4dfbbcad643e74e01b0debc24d0cae9bf0268450 100644 (file)
@@ -1,3 +1,9 @@
+2006-04-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksettings.c (gtk_settings_class_init): 
+       * gtk/gtkentry.c (gtk_entry_class_init): Fix typos
+       in property blurbs.  (#338772, Clytie Siddall)
+
 2006-04-16  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check 
index fd8e55b70bb4c4ba8e77f704f202e2ee870ff203..2426c2a1a2fc224ecc26b6a21575d1c7f4adee55 100644 (file)
@@ -562,7 +562,7 @@ gtk_entry_class_init (GtkEntryClass *class)
                                    PROP_INNER_BORDER,
                                    g_param_spec_boxed ("inner-border",
                                                        P_("Inner Border"),
-                                                       P_("Border between text and frame. Overrides the inner-border style propety"),
+                                                       P_("Border between text and frame. Overrides the inner-border style property"),
                                                        GTK_TYPE_BORDER,
                                                        GTK_PARAM_READWRITE));
 
index 4a69041f46823f4abce303146424886ed35214f2..ca0deb6fdc2d6105fc1f63e20bf4e9b6ef74e728 100644 (file)
@@ -535,7 +535,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                   PROP_COLOR_HASH,
                                   g_param_spec_boxed ("color-hash",
                                                       P_("Color Hash"),
-                                                      P_("A hash table resentation of the color scheme."),
+                                                      P_("A hash table representation of the color scheme."),
                                                       G_TYPE_HASH_TABLE,
                                                       GTK_PARAM_READABLE));