summaryrefslogtreecommitdiff
path: root/imap4d/preauth.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-03-07 13:14:51 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-03-07 13:14:51 +0000
commitaaa222bbc4368755bc3e88fee1cf006613f7afe9 (patch)
treef5527618d324808fe29a6f8ad255cfdabdc88fe8 /imap4d/preauth.c
parent4c557fff665f63d4a2469306cc6dec54df84b33d (diff)
downloadmailutils-aaa222bbc4368755bc3e88fee1cf006613f7afe9.tar.gz
mailutils-aaa222bbc4368755bc3e88fee1cf006613f7afe9.tar.bz2
Fix translatable strings.
Diffstat (limited to 'imap4d/preauth.c')
-rw-r--r--imap4d/preauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap4d/preauth.c b/imap4d/preauth.c
index 7dc4468be..7ee250ea9 100644
--- a/imap4d/preauth.c
+++ b/imap4d/preauth.c
@@ -341,7 +341,7 @@ do_preauth_ident (struct sockaddr *clt_sa, struct sockaddr *srv_sa)
if (srv_sa->sa_family != AF_INET)
{
mu_diag_output (MU_DIAG_ERROR,
- _("Invalid socket family (%d) IDENT preauth"),
+ _("Invalid address family (%d) for IDENT preauth"),
srv_sa->sa_family);
return NULL;
}
@@ -394,7 +394,7 @@ do_preauth_ident (struct sockaddr *clt_sa, struct sockaddr *srv_sa)
if (!ident_keyfile)
{
mu_diag_output (MU_DIAG_ERROR,
- _("Keydile not specified in config; "
+ _("Keyfile not specified in config; "
"use `ident-keyfile FILE'"));
name = NULL;
}

Return to:

Send suggestions and report system problems to the System administrator.