Fixed typo in gal/e-text/e-text.c.

svn path=/trunk/; revision=21105
This commit is contained in:
Christian Neumair
2003-05-05 20:37:20 +00:00
parent c85822a98c
commit 24cb028fe8

View File

@ -3286,7 +3286,7 @@ e_text_class_init (ETextClass *klass)
g_object_class_install_property (gobject_class, PROP_FILL_STIPPLE,
g_param_spec_object ("fill_stipple",
_( "Fill stipple" ),
_( "FIll stipple" ),
_( "Fill stipple" ),
GDK_TYPE_DRAWABLE,
G_PARAM_READWRITE));