It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files.

svn path=/trunk/; revision=18268
This commit is contained in:
Aaron Weber
2002-09-30 20:11:15 +00:00
parent 44a1f8aeec
commit 43dfa91e96
22 changed files with 75 additions and 18 deletions

View File

@ -405,7 +405,7 @@ evolution_composer_factory_init (void (*send) (EMsgComposer *, gpointer),
if (bonobo_generic_factory_new (GNOME_EVOLUTION_MAIL_COMPOSER_FACTORY_ID,
factory_fn, NULL) == NULL) {
e_notice (NULL, GNOME_MESSAGE_BOX_ERROR,
_("Cannot initialize Evolution's composer."));
_("Cannot initialize the Evolution composer."));
exit (1);
}