# HG changeset patch # User Sean Egan # Date 1049262604 0 # Node ID 6ae40a9c5514c3dd8ba1b932c1116160cd7b8cb6 # Parent 1ffd67510c92dca63056daf99071a9ba2e4aa8fe [gaim-migrate @ 5293] Thanks, Lumiere committer: Tailor Script diff -r 1ffd67510c92 -r 6ae40a9c5514 src/protocols/oscar/oscar.c --- 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

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

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);