# HG changeset patch # User Richard Laager # Date 1141029313 0 # Node ID 97545c71d20835d31aa6c3ff184f1d9343eaeac4 # Parent b13bbdbed4ed8ebe4dcf23e22e94d6aa2a7b607f [gaim-migrate @ 15702] Fix an untranslatable string. committer: Tailor Script diff -r b13bbdbed4ed -r 97545c71d208 plugins/history.c --- 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("Conversation with %s on %s:
", alias, + header = g_strdup_printf(_("Conversation with %s on %s:
"), alias, gaim_date_format_full(localtime(&((GaimLog *)logs->data)->time))); gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), header, options); g_free(header);