# HG changeset patch # User Richard Laager # Date 1123735193 0 # Node ID 64e2c65ef650b90dce693d6d575ab644b50f1b46 # Parent 11b43807d6a6672e83810eb0cc16efa23d4dd34a [gaim-migrate @ 13371] I think this was wrong. committer: Tailor Script diff -r 11b43807d6a6 -r 64e2c65ef650 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);