Mercurial > pidgin
changeset 4959:6ae40a9c5514
[gaim-migrate @ 5293]
Thanks, Lumiere
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 02 Apr 2003 05:50:04 +0000 |
parents | 1ffd67510c92 |
children | 42bd8ab53234 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Wed Apr 02 05:03:01 2003 +0000 +++ b/src/protocols/oscar/oscar.c Wed Apr 02 05:50:04 2003 +0000 @@ -5745,7 +5745,7 @@ text = tmp; } - tmp = g_strdup_printf(_("%s<BR><BR>You can re-request authorization from these buddies by right-clicking on them in the \"Edit Buddies\" pane and selecting \"Re-request authorization.\""), text); + tmp = g_strdup_printf(_("%s<BR><BR>You can re-request authorization from these buddies by right-clicking on them and clicking \"Re-request authorization.\""), text); g_free(text); text = tmp; g_show_info_text(gc, gc->username, 2, text, NULL);