Mercurial > pidgin
changeset 11231:64e2c65ef650
[gaim-migrate @ 13371]
I think this was wrong.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 11 Aug 2005 04:39:53 +0000 |
parents | 11b43807d6a6 |
children | 8bcd4d4ccef6 |
files | src/ft.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);