From: Sean E. <sea...@us...> - 2002-08-25 10:51:27
|
Update of /cvsroot/gaim/gaim/src/protocols/icq In directory usw-pr-cvs1:/tmp/cvs-serv7426/src/protocols/icq Modified Files: gaim_icq.c Log Message: Who never commits anything *now*, Etan? I changed most of the error message text around. If you think any of it should be different, just let me know, or send a patch. Index: gaim_icq.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/icq/gaim_icq.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- gaim_icq.c 12 Mar 2002 17:21:43 -0000 1.24 +++ gaim_icq.c 25 Aug 2002 10:51:23 -0000 1.25 @@ -230,7 +230,7 @@ static void icq_req_not(icq_Link *link, unsigned long id, int type, int arg, void *data) { if (type == ICQ_NOTIFY_FAILED) - do_error_dialog("Failure in sending packet", "ICQ error"); + do_error_dialog(_("Gaim encountered an error communicating with the ICQ server."), NULL, GAIM_ERROR); return; } |