changeset 7896:4294afe670ad

[gaim-migrate @ 8556] Since the channel topic and the on-join message aren't enough to get people to read the FAQ, maybe it will help if they see this message before they ever come to see us. I'm not expecting anything, though... The average person has to be exposed to a piece of information seven times before reliably recalling it, and MSN users don't seem to be what I would call "average". committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sat, 20 Dec 2003 19:36:14 +0000
parents ddd80ffd3815
children e90d3d430798
files src/protocols/msn/msn.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Fri Dec 19 08:33:03 2003 +0000
+++ b/src/protocols/msn/msn.c	Sat Dec 20 19:36:14 2003 +0000
@@ -454,7 +454,7 @@
 	if (!gaim_ssl_is_supported())
 	{
 		gaim_connection_error(gc,
-			_("SSL support is needed for MSN. Please install it."));
+			_("SSL support is needed for MSN. Please install a supported SSL library. See http://gaim.sf.net/faq-ssl.php for more information."));
 
 		return;
 	}