diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-10-13 05:41:59 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-10-13 05:41:59 +0800 |
commit | af4cb3965010a6fa6a2a121f71926e46fab095fa (patch) | |
tree | 879ec6deece6f907b14a10412ad6400c118968a7 /my-evolution/component-factory.c | |
parent | 1534d99bbd8c7d32fde4b00a8cf3db3aa1ea440e (diff) | |
download | gsoc2013-evolution-af4cb3965010a6fa6a2a121f71926e46fab095fa.tar.gz gsoc2013-evolution-af4cb3965010a6fa6a2a121f71926e46fab095fa.tar.zst gsoc2013-evolution-af4cb3965010a6fa6a2a121f71926e46fab095fa.zip |
Fix some strings
svn path=/trunk/; revision=13630
Diffstat (limited to 'my-evolution/component-factory.c')
-rw-r--r-- | my-evolution/component-factory.c | 2 |
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); } } |