changed "mails" to "mail". Regards to bug 325569 and 325657.
authorAndre Klapper <a9016009@gmx.de>
Thu, 19 Jan 2006 21:21:20 +0000 (21:21 +0000)
committerAndre Klapper <aklapper@src.gnome.org>
Thu, 19 Jan 2006 21:21:20 +0000 (21:21 +0000)
2006-01-19  Andre Klapper <a9016009@gmx.de>

* camel-groupwise-transport-c:
changed "mails" to "mail". Regards to bug 325569 and 325657.

camel/providers/groupwise/camel-groupwise-transport.c

index c918316..e4844e4 100644 (file)
@@ -212,7 +212,7 @@ groupwise_send_to (CamelTransport *transport,
 
                /* FIXME: 58652 should be changed with an enum.*/
                if (status == 58652)
-                       camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, _("You have exceeded this account's storage limit. Your messages are queued in your Outbox. Resend by pressing Send/Receive after deleting/archiving some mails.\n"));
+                       camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, _("You have exceeded this account's storage limit. Your messages are queued in your Outbox. Resend by pressing Send/Receive after deleting/archiving some of your mail.\n"));
                else
                        camel_exception_setv (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE,_("Could not send message: %s"),_("Unknown error"));