diff --git a/ChangeLog b/ChangeLog index 0bd49283a7..5277270d5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 6 23:24:43 2004 Matthias Clasen + + * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description + of the ::language property. (#143802, Owen Taylor) + Sat Jun 5 23:07:30 2004 Matthias Clasen * gtk/gtkentrycompletion.c: (gtk_entry_completion_init), diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0bd49283a7..5277270d5c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Jun 6 23:24:43 2004 Matthias Clasen + + * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description + of the ::language property. (#143802, Owen Taylor) + Sat Jun 5 23:07:30 2004 Matthias Clasen * gtk/gtkentrycompletion.c: (gtk_entry_completion_init), diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0bd49283a7..5277270d5c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Jun 6 23:24:43 2004 Matthias Clasen + + * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description + of the ::language property. (#143802, Owen Taylor) + Sat Jun 5 23:07:30 2004 Matthias Clasen * gtk/gtkentrycompletion.c: (gtk_entry_completion_init), diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0bd49283a7..5277270d5c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Jun 6 23:24:43 2004 Matthias Clasen + + * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description + of the ::language property. (#143802, Owen Taylor) + Sat Jun 5 23:07:30 2004 Matthias Clasen * gtk/gtkentrycompletion.c: (gtk_entry_completion_init), diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c index 538da1d316..9f36a82005 100644 --- a/gtk/gtktexttag.c +++ b/gtk/gtktexttag.c @@ -382,7 +382,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass) PROP_LANGUAGE, g_param_spec_string ("language", P_("Language"), - P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it"), + P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used."), NULL, G_PARAM_READABLE | G_PARAM_WRITABLE));