gaim/gaim

thanks Bjoern Voight for pointing this out
oldstatus
2005-01-09, Nathan Walp
82548b67fb22
Parents be666f752004
Children 6d79fa3ebf80
thanks Bjoern Voight for pointing this out
--- a/src/protocols/jabber/auth.c Sun Jan 09 11:36:08 2005 -0500
+++ b/src/protocols/jabber/auth.c Sun Jan 09 14:16:11 2005 -0500
@@ -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."));
}