commit d0150677e9fb8a8d342c8d91503d92273719b7d5
parent 0d8e6129533572a8a637d61bb968a0b6160f0283
Author: Ricardo Mones <ricardo@mones.org>
Date: Wed, 14 Aug 2013 17:15:12 +0200
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/procmsg.c b/src/procmsg.c
@@ -1729,7 +1729,7 @@ send_mail:
} else if (!to_list && !newsgroup_list) {
if (errstr) {
if (*errstr) g_free(*errstr);
- *errstr = g_strdup(_("Couldn't determine sending informations. "
+ *errstr = g_strdup(_("Couldn't determine sending information. "
"Maybe the email hasn't been generated by Claws Mail."));
}
mailval = -1;