src/ft.c

changeset 11231
1c5968418ca4
parent 11159
76ef02141bcb
child 11281
a5cda37a16be
equal deleted inserted replaced
11230:a8f28f1058f6 11231:1c5968418ca4
1076 if (buddy) 1076 if (buddy)
1077 who = gaim_buddy_get_alias(buddy); 1077 who = gaim_buddy_get_alias(buddy);
1078 } 1078 }
1079 1079
1080 if (type == GAIM_XFER_SEND) 1080 if (type == GAIM_XFER_SEND)
1081 title = g_strdup_printf(_("File transfer to %s failed.\n"), who); 1081 title = g_strdup_printf(_("File transfer to %s failed."), who);
1082 else 1082 else
1083 title = g_strdup_printf(_("File transfer from %s failed.\n"), who); 1083 title = g_strdup_printf(_("File transfer from %s failed."), who);
1084 1084
1085 gaim_notify_error(NULL, NULL, title, msg); 1085 gaim_notify_error(NULL, NULL, title, msg);
1086 1086
1087 g_free(title); 1087 g_free(title);
1088 } 1088 }

mercurial