Fix typos in property blurbs. (#338772, Clytie Siddall)

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)
This commit is contained in:
Matthias Clasen 2006-04-17 12:59:01 +00:00 committed by Matthias Clasen
parent db0f81e94e
commit adf11020fd
4 changed files with 14 additions and 2 deletions

View 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

View 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

View 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));

View 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));