diff libpurple/protocols/mxit/login.c @ 29005:363691903201

A few other minor little translation-related fixes
author Mark Doliner <mark@kingant.net>
date Sun, 22 Nov 2009 23:47:35 +0000
parents 04b0ba94d646
children 259bbfb423d4
line wrap: on
line diff
--- a/libpurple/protocols/mxit/login.c	Sun Nov 22 23:35:26 2009 +0000
+++ b/libpurple/protocols/mxit/login.c	Sun Nov 22 23:47:35 2009 +0000
@@ -287,7 +287,7 @@
 	}
 	else {
 		/* show error to user */
-		mxit_popup( PURPLE_NOTIFY_MSG_ERROR, _( "Registration Error" ), _( err ) );
+		mxit_popup( PURPLE_NOTIFY_MSG_ERROR, _( "Registration Error" ), err );
 		mxit_register_view( session );
 	}
 }