diff src/gtkft.c @ 4646:440d3d870b84

[gaim-migrate @ 4956] This is a fix for the whole "The Dude received a file but it doesn't agree with original thing." Now it agrees with the original even if it doesn't agree with the original. I should fix it. I'll do it later, cutie. I realized that I want to store a bunch of this stuff in libfaim rather than oscar. And I'm going to outsource development and try to synergize with a group of wood nymphs. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 04 Mar 2003 06:40:20 +0000
parents 858979ab3867
children e557a10a9541
line wrap: on
line diff
--- a/src/gtkft.c	Tue Mar 04 02:31:05 2003 +0000
+++ b/src/gtkft.c	Tue Mar 04 06:40:20 2003 +0000
@@ -161,7 +161,7 @@
 			*time_remaining = g_strdup("Unknown");
 		}
 		else if (gaim_xfer_is_completed(xfer)) {
-			*time_remaining = g_strdup("Done.");
+			*time_remaining = g_strdup("Finished");
 		}
 		else {
 			int h, m, s;
@@ -878,7 +878,7 @@
 
 		gtk_list_store_set(GTK_LIST_STORE(xfer_dialog->model), &data->iter,
 						   COLUMN_STATUS, pixbuf,
-						   COLUMN_REMAINING, "Finished.",
+						   COLUMN_REMAINING, "Finished",
 						   -1);
 
 		g_object_unref(pixbuf);