aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorFrancisco Javier F. Serrador <serrador@cvs.gnome.org>2005-08-22 02:10:23 +0800
committerFrancisco Javier Fernandez Serrador <serrador@src.gnome.org>2005-08-22 02:10:23 +0800
commite967f26d1a99cdcbab0a5ab626d11c3286e61d1b (patch)
tree91a28938a88399a6d4f0bb865c0486ca26757a64 /widgets
parente35c103d016c16ea240a2fcb17b9c3245c75075f (diff)
downloadgsoc2013-evolution-e967f26d1a99cdcbab0a5ab626d11c3286e61d1b.tar
gsoc2013-evolution-e967f26d1a99cdcbab0a5ab626d11c3286e61d1b.tar.gz
gsoc2013-evolution-e967f26d1a99cdcbab0a5ab626d11c3286e61d1b.tar.bz2
gsoc2013-evolution-e967f26d1a99cdcbab0a5ab626d11c3286e61d1b.tar.lz
gsoc2013-evolution-e967f26d1a99cdcbab0a5ab626d11c3286e61d1b.tar.xz
gsoc2013-evolution-e967f26d1a99cdcbab0a5ab626d11c3286e61d1b.tar.zst
gsoc2013-evolution-e967f26d1a99cdcbab0a5ab626d11c3286e61d1b.zip
Resolve #309074
2005-08-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * Resolve #309074 svn path=/trunk/; revision=30179
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-canvas-background.c2
-rw-r--r--widgets/text/e-entry.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-canvas-background.c b/widgets/misc/e-canvas-background.c
index d0d1479e37..d224ab6cd9 100644
--- a/widgets/misc/e-canvas-background.c
+++ b/widgets/misc/e-canvas-background.c
@@ -475,7 +475,7 @@ ecb_class_init (GObjectClass *object_class)
g_object_class_install_property (object_class, PROP_FILL_STIPPLE,
g_param_spec_object ("fill_stipple",
_( "Fill stipple" ),
- _( "FIll stipple" ),
+ _( "Fill stipple" ),
GDK_TYPE_WINDOW,
G_PARAM_READWRITE));
diff --git a/widgets/text/e-entry.c b/widgets/text/e-entry.c
index 9b37664648..5601440b8d 100644
--- a/widgets/text/e-entry.c
+++ b/widgets/text/e-entry.c
@@ -1303,7 +1303,7 @@ e_entry_class_init (GObjectClass *object_class)
g_object_class_install_property (object_class, PROP_FILL_STIPPLE,
g_param_spec_object ("fill_stipple",
_( "Fill stipple" ),
- _( "FIll stipple" ),
+ _( "Fill stipple" ),
GDK_TYPE_WINDOW,
G_PARAM_READWRITE));