diff src/blist.c @ 5541:aee0ee458974

[gaim-migrate @ 5941] Oops. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 27 May 2003 22:44:06 +0000
parents ad445074d239
children 7a64114641c3
line wrap: on
line diff
--- a/src/blist.c	Tue May 27 20:22:01 2003 +0000
+++ b/src/blist.c	Tue May 27 22:44:06 2003 +0000
@@ -677,10 +677,10 @@
 
 		buf = g_strdup_printf(_("%d buddies from group %s were not "
 					"removed because their accounts were not logged in.  These "
-					"buddies, and the group were not removed.\n"),
+					"buddies and the group were not removed.\n"),
 				count, group->name);
 
-		gaim_notify_error(NULL, NULL, _("Group not removed"), NULL);
+		gaim_notify_error(NULL, NULL, _("Group not removed"), buf);
 		g_free(buf);
 		return;
 	}