From d143d3a6dff9dc34e74a054a7991f3f676393d1e Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Thu, 10 Feb 2011 01:57:59 +0000 Subject: [PATCH] Fix typo. This fix the authentification method in auto config. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40417 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/mail/AutoConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preferences/mail/AutoConfig.h b/src/preferences/mail/AutoConfig.h index ce16b51d9b..ed60ada11b 100644 --- a/src/preferences/mail/AutoConfig.h +++ b/src/preferences/mail/AutoConfig.h @@ -16,8 +16,8 @@ #define ATTR_NAME_POPSERVER "POP Server" #define ATTR_NAME_IMAPSERVER "IMAP Server" #define ATTR_NAME_SMTPSERVER "SMTP Server" -#define ATTR_NAME_AUTHPOP "POP Authentication" -#define ATTR_NAME_AUTHSMTP "SMTP Authentication" +#define ATTR_NAME_AUTHPOP "POP Authentification" +#define ATTR_NAME_AUTHSMTP "SMTP Authentification" #define ATTR_NAME_POPSSL "POP SSL" #define ATTR_NAME_IMAPSSL "IMAP SSL" #define ATTR_NAME_SMTPSSL "SMTP SSL"