From 595f30a33f1e7d97c5df85ae2e2c0ea083b88956 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Fri, 8 Dec 2006 01:45:31 +0000 Subject: [PATCH] Small label tweak git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19446 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.cpp b/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.cpp index 181eaf17ec..58e5d83cbe 100644 --- a/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.cpp +++ b/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.cpp @@ -725,7 +725,7 @@ BView* instantiate_config_panel(BMessage *settings,BMessage *) view->AddAuthMethod("APOP"); #if USESSL - view->AddFlavor("Unencrypted"); + view->AddFlavor("No Encryption"); view->AddFlavor("SSL"); #endif