comparison 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
comparison
equal deleted inserted replaced
9557:1ea8d59a7957 9558:f1137cf462d8
445 { 445 {
446 char *text = NULL; 446 char *text = NULL;
447 447
448 if (GAIM_BUDDY_IS_ONLINE(b)) 448 if (GAIM_BUDDY_IS_ONLINE(b))
449 { 449 {
450 text = g_strdup_printf("\n<b>%s:</b> %s", _("Status"), 450 text = g_strdup_printf(_("\n<b>%s:</b> %s"), _("Status"),
451 msn_away_get_text(MSN_AWAY_TYPE(b->uc))); 451 msn_away_get_text(MSN_AWAY_TYPE(b->uc)));
452 } 452 }
453 453
454 return text; 454 return text;
455 } 455 }