plugins/history.c

changeset 13333
849131929f94
parent 13120
c25222322810
child 13338
a643484b9f9c
--- a/plugins/history.c	Sun Feb 26 20:31:49 2006 +0000
+++ b/plugins/history.c	Mon Feb 27 08:35:13 2006 +0000
@@ -114,7 +114,7 @@
 	gtk_imhtml_set_protocol_name(GTK_IMHTML(gtkconv->imhtml),
 							      gaim_account_get_protocol_name(((GaimLog*)logs->data)->account));
 
-	header = g_strdup_printf("<b>Conversation with %s on %s:</b><br>", alias,
+	header = g_strdup_printf(_("<b>Conversation with %s on %s:</b><br>"), alias,
 							 gaim_date_format_full(localtime(&((GaimLog *)logs->data)->time)));
 	gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), header, options);
 	g_free(header);

mercurial