diff 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
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c	Mon Sep 03 05:17:32 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Mon Sep 03 05:28:45 2007 +0000
@@ -2629,7 +2629,7 @@
 
 	switch (GPOINTER_TO_UINT(user_data)) {
 		case MSIM_CONTACT_LIST_IMPORT_ALL_FRIENDS:
-			msg = g_strdup_printf(_("%d buddies were added or updated"), buddy_count);
+			msg = g_strdup_printf(_("%d buddies were added or updated from the server (including buddies already on the server-side list)"), buddy_count);
 			purple_notify_info(session->account, _("Add contacts from server"), msg, NULL);
 			g_free(msg);
 			break;