--- a/src/protocols/irc/msgs.c Mon Sep 12 18:52:53 2005 +0000 +++ b/src/protocols/irc/msgs.c Mon Sep 12 20:04:37 2005 +0000 @@ -252,7 +252,7 @@ gc = gaim_account_get_connection(irc->account); str = g_string_free(info, FALSE); - gaim_notify_userinfo(gc, irc->whois.nick, _("Buddy Information"), NULL, str, NULL, NULL); + gaim_notify_userinfo(gc, irc->whois.nick, str, NULL, NULL); g_free(irc->whois.nick); g_free(str);