comparison libpurple/protocols/myspace/myspace.c @ 19594:30625863ae2b

Clarify message about contacts added from server, for #2918.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 03 Sep 2007 05:28:45 +0000
parents d6802883e96e
children 1b22d4c6fe47 2850f5eb314f
comparison
equal deleted inserted replaced
19593:dd4b1dc8a0ce 19594:30625863ae2b
2627 } 2627 }
2628 } 2628 }
2629 2629
2630 switch (GPOINTER_TO_UINT(user_data)) { 2630 switch (GPOINTER_TO_UINT(user_data)) {
2631 case MSIM_CONTACT_LIST_IMPORT_ALL_FRIENDS: 2631 case MSIM_CONTACT_LIST_IMPORT_ALL_FRIENDS:
2632 msg = g_strdup_printf(_("%d buddies were added or updated"), buddy_count); 2632 msg = g_strdup_printf(_("%d buddies were added or updated from the server (including buddies already on the server-side list)"), buddy_count);
2633 purple_notify_info(session->account, _("Add contacts from server"), msg, NULL); 2633 purple_notify_info(session->account, _("Add contacts from server"), msg, NULL);
2634 g_free(msg); 2634 g_free(msg);
2635 break; 2635 break;
2636 2636
2637 case MSIM_CONTACT_LIST_IMPORT_TOP_FRIENDS: 2637 case MSIM_CONTACT_LIST_IMPORT_TOP_FRIENDS: