diff -r a8f28f1058f6 -r 1c5968418ca4 src/ft.c --- a/src/ft.c Thu Aug 11 04:36:11 2005 +0000 +++ b/src/ft.c Thu Aug 11 04:39:53 2005 +0000 @@ -1078,9 +1078,9 @@ } if (type == GAIM_XFER_SEND) - title = g_strdup_printf(_("File transfer to %s failed.\n"), who); + title = g_strdup_printf(_("File transfer to %s failed."), who); else - title = g_strdup_printf(_("File transfer from %s failed.\n"), who); + title = g_strdup_printf(_("File transfer from %s failed."), who); gaim_notify_error(NULL, NULL, title, msg);