Mercurial > pidgin.yaz
changeset 3299:a184a80b1e15
[gaim-migrate @ 3317]
fixed an ambiguity.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 03 Jun 2002 05:07:55 +0000 |
parents | a3e8ab88ebd7 |
children | c5b4e55024e3 |
files | src/protocols/msn/msn.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/msn.c Mon Jun 03 04:30:19 2002 +0000 +++ b/src/protocols/msn/msn.c Mon Jun 03 05:07:55 2002 +0000 @@ -925,8 +925,8 @@ ap->friend = g_strdup(url_decode(friend)); ap->gc = gc; - g_snprintf(msg, sizeof(msg), _("The user %s (%s) wants to add you to their buddy list."), - ap->user, url_decode(ap->friend)); + g_snprintf(msg, sizeof(msg), _("The user %s (%s) wants to add %s to his or her buddy list."), + ap->user, url_decode(ap->friend), ap->gc->username); do_ask_dialog(msg, ap, msn_accept_add, msn_cancel_add); } else if (!g_strncasecmp(buf, "BLP", 3)) {