diff src/gtkft.c @ 8351:ffa642240fc1

[gaim-migrate @ 9075] marv is incredibly patient, waiting a long time for this to go in you should all be using Jabber for file transfer anyway, but if you're still stuck in the stone age, now you can transfer files via IRC committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 27 Feb 2004 01:45:26 +0000
parents ab35a0bec13a
children 5956297c6bcc
line wrap: on
line diff
--- a/src/gtkft.c	Fri Feb 27 00:41:56 2004 +0000
+++ b/src/gtkft.c	Fri Feb 27 01:45:26 2004 +0000
@@ -150,10 +150,10 @@
 
 	if (time_remaining != NULL) {
 		if (gaim_xfer_get_size(xfer) == 0) {
-			*time_remaining = g_strdup("Unknown");
+			*time_remaining = g_strdup(_("Unknown"));
 		}
 		else if (gaim_xfer_is_completed(xfer)) {
-			*time_remaining = g_strdup("Finished");
+			*time_remaining = g_strdup(_("Finished"));
 		}
 		else {
 			int h, m, s;
@@ -932,7 +932,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);