src/protocols/irc/msgs.c

changeset 11533
f58436975d44
parent 11531
63c017cfd8d2
child 11535
715d41fc7926
--- 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);

mercurial