aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
authorAaron Weber <aaron@src.gnome.org>2002-10-01 04:11:15 +0800
committerAaron Weber <aaron@src.gnome.org>2002-10-01 04:11:15 +0800
commit43dfa91e96a82455faeeb6376b02b0dc8a53c93c (patch)
treebb95caff9d089907f0a0f48144d0dc10089d0fa3 /mail/component-factory.c
parent44a1f8aeec2c3a49a5fab8e67cd583c39fe54c3f (diff)
downloadgsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar
gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.gz
gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.bz2
gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.lz
gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.xz
gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.zst
gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.zip
It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files.
svn path=/trunk/; revision=18268
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index c5ca3c4d14..da74969be4 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -1075,7 +1075,7 @@ component_factory_init (void)
result = oaf_active_server_register (COMPONENT_ID, bonobo_object_corba_objref (shell_component));
if (result == OAF_REG_ERROR) {
e_notice (NULL, GNOME_MESSAGE_BOX_ERROR,
- _("Cannot initialize Evolution's mail component."));
+ _("Cannot initialize the Evolution mail component."));
exit (1);
} else if (result == OAF_REG_ALREADY_ACTIVE) {
g_warning ("evolution-mail is already running");