changeset 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 cfa4159e5cde
children d6c748a19ef8
files src/blist.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;
 	}