diff src/protocols/msn/msn.c @ 9558:f1137cf462d8

[gaim-migrate @ 10394] some _() updates from Ambrose C. LI committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 18 Jul 2004 18:47:20 +0000
parents a79e03ef63f6
children 8ba8477ca7b6
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Sun Jul 18 18:21:26 2004 +0000
+++ b/src/protocols/msn/msn.c	Sun Jul 18 18:47:20 2004 +0000
@@ -447,7 +447,7 @@
 
 	if (GAIM_BUDDY_IS_ONLINE(b))
 	{
-		text = g_strdup_printf("\n<b>%s:</b> %s", _("Status"),
+		text = g_strdup_printf(_("\n<b>%s:</b> %s"), _("Status"),
 							   msn_away_get_text(MSN_AWAY_TYPE(b->uc)));
 	}