diff options
author | Christian Neumair <cneumair@src.gnome.org> | 2003-05-06 04:37:20 +0800 |
---|---|---|
committer | Christian Neumair <cneumair@src.gnome.org> | 2003-05-06 04:37:20 +0800 |
commit | 24cb028fe8156e716784b68c47ba65c08cbd82b8 (patch) | |
tree | 246106eb067a8cb47f7ea6f49d55bf5e948443bb /widgets/text | |
parent | c85822a98c432a7bbb2d485d6a4c4d3233289ef8 (diff) | |
download | gsoc2013-evolution-24cb028fe8156e716784b68c47ba65c08cbd82b8.tar.gz gsoc2013-evolution-24cb028fe8156e716784b68c47ba65c08cbd82b8.tar.zst gsoc2013-evolution-24cb028fe8156e716784b68c47ba65c08cbd82b8.zip |
Fixed typo in gal/e-text/e-text.c.
svn path=/trunk/; revision=21105
Diffstat (limited to 'widgets/text')
-rw-r--r-- | widgets/text/e-text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index a019b0a8cf..3c20d97407 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -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)); |