Index: src/protocols/msn/nexus.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/msn/nexus.c,v retrieving revision 1.3 diff -u -p -u -r1.3 nexus.c --- src/protocols/msn/nexus.c 13 May 2004 17:25:37 -0000 1.3 +++ src/protocols/msn/nexus.c 13 May 2004 18:16:15 -0000 @@ -127,7 +127,7 @@ login_connect_cb(gpointer data, GaimSslC if ((s = msn_ssl_read(gsc, &buffer)) <= 0) { - gaim_connection_error(gc, _("Unable to write to MSN Nexus server.")); + gaim_connection_error(gc, _("Unable to read from MSN Nexus server.")); return; }