diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-30 23:16:10 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-30 23:16:10 +0800 |
commit | 1105d21ac1b5798ff4d3aa6dc7f340d31c8b92c3 (patch) | |
tree | 2839f8d8771d696c901d3b5bda019185894f8a84 /mail/em-format-html.c | |
parent | 68eb730d00eb673038eb8dac9c48991afa584b69 (diff) | |
download | gsoc2013-evolution-1105d21ac1b5798ff4d3aa6dc7f340d31c8b92c3.tar.gz gsoc2013-evolution-1105d21ac1b5798ff4d3aa6dc7f340d31c8b92c3.tar.zst gsoc2013-evolution-1105d21ac1b5798ff4d3aa6dc7f340d31c8b92c3.zip |
Marked a string for translation.
Marked a string for translation.
svn path=/trunk/; revision=33905
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <b>%s</b> on behalf of <b>%s</b>", header_sender, header_from); + camel_stream_printf(stream, _("This message was sent by <b>%s</b> on behalf of <b>%s</b>"), header_sender, header_from); camel_stream_printf(stream, "</td></tr></table></td></tr>"); break; } |