diff -r 0914f9d916a8 -r e37350c6cec6 src/protocols/jabber/auth.c --- a/src/protocols/jabber/auth.c Sun Jan 09 17:47:59 2005 +0000 +++ b/src/protocols/jabber/auth.c Sun Jan 09 19:16:40 2005 +0000 @@ -49,7 +49,7 @@ return TRUE; } else if(xmlnode_get_child(starttls, "required")) { if(gaim_ssl_is_supported()) { - gaim_connection_error(js->gc, _("Server requires TLS/SSL for login. Select \"Enable TLS if available\" in account properties")); + gaim_connection_error(js->gc, _("Server requires TLS/SSL for login. Select \"Use TLS if available\" in account properties")); } else { gaim_connection_error(js->gc, _("Server requires TLS/SSL for login. No TLS/SSL support found.")); }