# HG changeset patch # User Christian Hammond # Date 1054075446 0 # Node ID aee0ee45897442877557695afb7054ef80f2ec0f # Parent cfa4159e5cdebea669f2dc86a1fa9c60de8ff95c [gaim-migrate @ 5941] Oops. committer: Tailor Script diff -r cfa4159e5cde -r aee0ee458974 src/blist.c --- 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; }