# HG changeset patch # User Mark Doliner # Date 1246860200 0 # Node ID c4e5ba03ff73e39e0c5c213981407fda852b9e39 # Parent 6275df9d2d621a7b8d16626b059b0d0fffd5f936 Non localizable string?! Non! diff -r 6275df9d2d62 -r c4e5ba03ff73 libpurple/protocols/jabber/auth.c --- 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")); } }