diff libpurple/protocols/jabber/jabber.c @ 27284:73c8e1964eef

A semi-random collection of English spelling and grammatical changes.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 04 Jul 2009 06:44:39 +0000
parents a9fdf9327652
children 4fd6b50d03b3
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Sat Jul 04 05:20:38 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Sat Jul 04 06:44:39 2009 +0000
@@ -907,7 +907,7 @@
 
 	if (type == JABBER_IQ_RESULT) {
 		if(js->registration) {
-		buf = g_strdup_printf(_("Registration of %s@%s successful"),
+			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);