Revision 82ca4c7fe6b1b1498420013bee0dfc6b163922ea
faceprint at pidgin.im
faceprint at pidgin.im
Wed Apr 11 01:22:50 EDT 2007
o -----------------------------------------------------------------
| Revision: 82ca4c7fe6b1b1498420013bee0dfc6b163922ea
| Ancestor: f13a8c3d5e7561c1a345160ca983f526feff7d38
| Author: faceprint
| Date: 2005-01-09T19:16:11
| Branch: im.pidgin.gaim.oldstatus
|
| Modified files:
| src/protocols/jabber/auth.c
|
| ChangeLog:
|
| [gaim-migrate @ 11787]
| thanks Bjoern Voight for pointing this out
| ============================================================
| --- src/protocols/jabber/auth.c 7a70820a420c67f1fef0417315c9668b8fcd6c6f
| +++ src/protocols/jabber/auth.c e013761ebc0e7ccc0f32c8549673abbf1d491b8c
| @@ -49,7 +49,7 @@ jabber_process_starttls(JabberStream *js
| 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."));
| }
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 82ca4c7fe6b1b1498420013bee0dfc6b163922ea
More information about the Commits
mailing list