Mercurial > pidgin.yaz
changeset 10496:dc33b3b475c2
[gaim-migrate @ 11788]
ditto for HEAD
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 09 Jan 2005 19:16:40 +0000 |
parents | d51f8280b507 |
children | e6b87f7e8988 |
files | src/protocols/jabber/auth.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")); }