--- a/src/protocols/silc/ops.c Mon Sep 12 18:52:53 2005 +0000 +++ b/src/protocols/silc/ops.c Mon Sep 12 20:04:37 2005 +0000 @@ -1084,7 +1084,7 @@ _("More..."), G_CALLBACK(silcgaim_whois_more)); else #endif - gaim_notify_userinfo(gc, client_entry->nickname, _("Buddy Information"), NULL, buf, NULL, NULL); + gaim_notify_userinfo(gc, client_entry->nickname, buf, NULL, NULL); g_free(buf); } break; @@ -1145,7 +1145,7 @@ } buf = g_string_free(s, FALSE); - gaim_notify_userinfo(gc, client_entry->nickname, _("Buddy Information"), NULL, buf, NULL, NULL); + gaim_notify_userinfo(gc, client_entry->nickname, buf, NULL, NULL); g_free(buf); } break;