aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
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));