diff -r 408993f8ff4f -r b2dd3be1b087 src/protocols/irc/dcc_send.c --- a/src/protocols/irc/dcc_send.c Sun Mar 06 00:10:54 2005 +0000 +++ b/src/protocols/irc/dcc_send.c Sun Mar 06 00:23:54 2005 +0000 @@ -269,7 +269,7 @@ sock = gaim_network_listen_range(0, 0); if (sock < 0) { - gaim_notify_error(gc, NULL, _("File Transfer Aborted"), + gaim_notify_error(gc, NULL, _("File Transfer Failed"), _("Gaim could not open a listening port.")); gaim_xfer_cancel_local(xfer); return;