Sun, 09 Jan 2005 19:16:40 +0000
[gaim-migrate @ 11788]
ditto for HEAD
| src/protocols/jabber/auth.c | file | annotate | diff | comparison | revisions |
--- 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.")); }