aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/component-factory.c')
-rw-r--r--my-evolution/component-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c
index f2bd177298..f9bf42357b 100644
--- a/my-evolution/component-factory.c
+++ b/my-evolution/component-factory.c
@@ -151,7 +151,7 @@ component_factory_init (void)
result = oaf_active_server_register (COMPONENT_ID, bonobo_object_corba_objref (object));
if (result == OAF_REG_ERROR) {
e_notice (NULL, GNOME_MESSAGE_BOX_ERROR,
- _("Cannot initialize Evolution's Executive Summary component."));
+ _("Cannot initialize Evolution's Summary component."));
exit (1);
}
}