comparison src/protocols/oscar/oscar.c @ 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 b7dfce780963
children 42bd8ab53234
comparison
equal deleted inserted replaced
4958:1ffd67510c92 4959:6ae40a9c5514
5743 tmp = g_strdup_printf("%s<BR>%s", text, _("<i>you are not waiting for authorization</i>")); 5743 tmp = g_strdup_printf("%s<BR>%s", text, _("<i>you are not waiting for authorization</i>"));
5744 g_free(text); 5744 g_free(text);
5745 text = tmp; 5745 text = tmp;
5746 } 5746 }
5747 5747
5748 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); 5748 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);
5749 g_free(text); 5749 g_free(text);
5750 text = tmp; 5750 text = tmp;
5751 g_show_info_text(gc, gc->username, 2, text, NULL); 5751 g_show_info_text(gc, gc->username, 2, text, NULL);
5752 g_free(text); 5752 g_free(text);
5753 } 5753 }