Small label tweak

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19446 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2006-12-08 01:45:31 +00:00
parent 9c01ee30da
commit 595f30a33f

View File

@ -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