# HG changeset patch # User Paul Aurich # Date 1274389759 0 # Node ID b78b5e7ffe8205e78c0bc43731459d9bd5b20170 # Parent 1e959e5cb237b7b2f5b55d8a6b6a6ede2f5ceef6 jabber: Found a better string in auth.c diff -r 1e959e5cb237 -r b78b5e7ffe82 libpurple/protocols/jabber/auth_cyrus.c --- a/libpurple/protocols/jabber/auth_cyrus.c Thu May 20 19:11:48 2010 +0000 +++ b/libpurple/protocols/jabber/auth_cyrus.c Thu May 20 21:09:19 2010 +0000 @@ -426,7 +426,7 @@ * supported mechanisms. */ if (ret == JABBER_SASL_STATE_FAIL && *error == NULL) - *error = g_strdup(_("No authentication mechanisms in common with server")); + *error = g_strdup(_("Server does not use any supported authentication method")); return ret; }