Mercurial > pidgin
changeset 22654:e970c0c8a48d
nosnilmot pointed out that this error message seemed to be wrong. I agree
with that assessment.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 12 Apr 2008 21:26:43 +0000 |
parents | 7a68335d1086 |
children | ef4ac2a83e1c |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Sat Apr 12 20:20:09 2008 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sat Apr 12 21:26:43 2008 +0000 @@ -5302,7 +5302,7 @@ else nombre = g_strdup(sn); - dialog_msg = g_strdup_printf(_("The user %s has given you permission to add you to their buddy list. Do you want to add them?"), nombre); + dialog_msg = g_strdup_printf(_("The user %s has given you permission to add him or her to your buddy list. Do you want to add this user?"), nombre); g_free(nombre); data = g_new(struct name_data, 1);