changeset 27461:c4e5ba03ff73

Non localizable string?! Non!
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jul 2009 06:03:20 +0000
parents 6275df9d2d62
children 1bbed9fd046b
files libpurple/protocols/jabber/auth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth.c	Mon Jul 06 05:50:43 2009 +0000
+++ b/libpurple/protocols/jabber/auth.c	Mon Jul 06 06:03:20 2009 +0000
@@ -417,7 +417,7 @@
 	} else {
 		purple_connection_error_reason (js->gc,
 			PURPLE_CONNECTION_ERROR_AUTHENTICATION_IMPOSSIBLE,
-			"SASL authentication failed\n");
+			_("SASL authentication failed"));
 	}
 }