diff src/protocols/yahoo/yahoo.c @ 10746:1f51dd1a7f87

[gaim-migrate @ 12348] I'm standardizing this message in HEAD. Deviate and die, commie pog. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 03:58:44 +0000
parents 94cc67130789
children bf5e48215158
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sun Mar 27 01:59:39 2005 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sun Mar 27 03:58:44 2005 +0000
@@ -122,9 +122,9 @@
 	}
 
 	if (f->idle != 0)
-		gaim_prpl_got_user_idle(gaim_connection_get_account(gc), name, TRUE, f->idle);	
+		gaim_prpl_got_user_idle(gaim_connection_get_account(gc), name, TRUE, f->idle);
 	else
-		gaim_prpl_got_user_idle(gaim_connection_get_account(gc), name, FALSE, 0);	
+		gaim_prpl_got_user_idle(gaim_connection_get_account(gc), name, FALSE, 0);
 }
 
 static void yahoo_process_status(GaimConnection *gc, struct yahoo_packet *pkt)
@@ -137,7 +137,7 @@
 
 	if (pkt->service == YAHOO_SERVICE_LOGOFF && pkt->status == -1) {
 		gc->wants_to_die = TRUE;
-		gaim_connection_error(gc, _("You have been logged off as you have logged in on a different machine or device."));
+		gaim_connection_error(gc, _("You have signed on from another location."));
 		return;
 	}