Mercurial > pidgin
changeset 13332:97545c71d208
[gaim-migrate @ 15702]
Fix an untranslatable string.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 27 Feb 2006 08:35:13 +0000 |
parents | b13bbdbed4ed |
children | b04212d6b115 |
files | plugins/history.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);