From 1105d21ac1b5798ff4d3aa6dc7f340d31c8b92c3 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 30 Jul 2007 15:16:10 +0000 Subject: Marked a string for translation. Marked a string for translation. svn path=/trunk/; revision=33905 --- mail/em-format-html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-format-html.c') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 325035490b..e999e54953 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1831,7 +1831,7 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part) /* To translators: This message suggests to the receipients that the sender of the mail is different from the one listed in From field. */ - camel_stream_printf(stream, "This message was sent by %s on behalf of %s", header_sender, header_from); + camel_stream_printf(stream, _("This message was sent by %s on behalf of %s"), header_sender, header_from); camel_stream_printf(stream, ""); break; } -- cgit