From 43dfa91e96a82455faeeb6376b02b0dc8a53c93c Mon Sep 17 00:00:00 2001 From: Aaron Weber Date: Mon, 30 Sep 2002 20:11:15 +0000 Subject: It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files. svn path=/trunk/; revision=18268 --- mail/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/component-factory.c') 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"); -- cgit v1.2.3