--- a/libpurple/protocols/jabber/jabber.c Thu Jun 25 03:10:46 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.c Thu Jun 25 05:38:35 2009 +0000 @@ -907,8 +907,8 @@ if (type == JABBER_IQ_RESULT) { if(js->registration) { - buf = g_strdup_printf(_("Registration of %s@%s successful"), - js->user->node, js->user->domain); + buf = g_strdup_printf(_("Registration of %s@%s successful"), + js->user->node, js->user->domain); if(account->registration_cb) (account->registration_cb)(account, TRUE, account->registration_cb_user_data); } else {