Mercurial > pidgin.yaz
changeset 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 | dd4b1dc8a0ce |
children | f586bc904d71 |
files | libpurple/protocols/myspace/myspace.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;