diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-02-29 21:43:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-02-29 21:43:14 +0000 |
commit | f57fd0cd592e2fe0c08880fde778cfef1b54c97d (patch) | |
tree | eeba59629ee93cd287b6f43e5784425ad219171f /gtk | |
parent | 5f21c9c321b4ac1d29f8a408861e57d1fc76f4bc (diff) | |
download | gdk-pixbuf-f57fd0cd592e2fe0c08880fde778cfef1b54c97d.tar.gz |
Fix capitalization to match other style properties.
Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix
capitalization to match other style properties.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtktextview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index 6ea776ad6..8a9d3bbde 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -680,7 +680,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_("Error underline color"), P_("Color with which to draw error-indication underlines"), GDK_TYPE_COLOR, G_PARAM_READABLE)); |