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/ChangeLog | 7 +++++++ mail/em-format-html.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 5122d9d747..540dd13bf3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2007-07-30 Chenthill Palanisamy + + * em-format-html.c: (efh_format_headers): Marked + a string for translation. + + Committing on behalf of Bharath Acharya + 2007-07-30 Chenthill Palanisamy * em-format-html.c: (efh_format_headers): Displaying a message 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 v1.2.3