diff src/protocols/msn/session.c @ 10514:8f1316d77315

[gaim-migrate @ 11814] Prevent the login progress going backwards if MSN decides to throw an extra step into the login process. And a spelling fix. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 13 Jan 2005 19:37:34 +0000
parents 1a97d5e88d12
children bec9130b24d2
line wrap: on
line diff
--- a/src/protocols/msn/session.c	Thu Jan 13 19:33:10 2005 +0000
+++ b/src/protocols/msn/session.c	Thu Jan 13 19:37:34 2005 +0000
@@ -331,7 +331,8 @@
 	const char *steps_text[] = {
 		_("Connecting"),
 		_("Handshaking"),
-		_("Transfering"),
+		_("Transferring"),
+		_("Handshaking"),
 		_("Starting authentication"),
 		_("Getting cookie"),
 		_("Authenticating"),