Fix a typo in property string.
Sun Feb 29 16:38:53 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtktextview.c (gtk_text_view_class_init): Fix a typo in property string.
This commit is contained in:
@ -681,7 +681,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_boxed ("error-underline-color",
|
||||
P_("Error Underline Color"),
|
||||
P_("Color with which to error-indication underlines"),
|
||||
P_("Color with which to draw error-indication underlines"),
|
||||
GDK_TYPE_COLOR,
|
||||
G_PARAM_READABLE));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user