diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-19 16:17:03 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-19 16:17:03 +0100 |
commit | 2cdd8ce76ce334327c84516ff78f3b00bef5bebf (patch) | |
tree | a5bdc219317a085c38fbd8d4c3b9242e32f68cde /protocols/msn/msn_util.c | |
parent | c998255d6aa501281c6266a5f1dce69d4c3afab4 (diff) | |
parent | 94281efa4280bd3ef1cecb7cd22deca03ecb5935 (diff) |
Merge Wilmer
Diffstat (limited to 'protocols/msn/msn_util.c')
-rw-r--r-- | protocols/msn/msn_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/msn_util.c b/protocols/msn/msn_util.c index 2f22acfc..e5f0b2c9 100644 --- a/protocols/msn/msn_util.c +++ b/protocols/msn/msn_util.c @@ -165,7 +165,7 @@ void msn_buddy_ask( struct gaim_connection *gc, char *handle, char *realname ) bla->realname = g_strdup( realname ); g_snprintf( buf, sizeof( buf ), - "The user %s (%s) wants to add you to his/her buddy list. Do you want to allow this?", + "The user %s (%s) wants to add you to his/her buddy list.", handle, realname ); do_ask_dialog( gc, buf, bla, msn_buddy_ask_yes, msn_buddy_ask_no ); } |