changeset 29991:b78b5e7ffe82

jabber: Found a better string in auth.c
author Paul Aurich <paul@darkrain42.org>
date Thu, 20 May 2010 21:09:19 +0000
parents 1e959e5cb237
children 9ada52ddf105
files libpurple/protocols/jabber/auth_cyrus.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }