diff options
author | Milan Crha <mcrha@redhat.com> | 2009-12-10 01:55:15 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-12-10 01:55:15 +0800 |
commit | 65931feb2a497c348c166e90b76764d32efa7323 (patch) | |
tree | d3b4490b11f7c9955e8e777e310bc370d3b793bc /widgets/misc/e-attachment.c | |
parent | fe29acd5a966fbacd76aa4ace71450571291418e (diff) | |
download | gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.gz gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.tar.zst gsoc2013-evolution-65931feb2a497c348c166e90b76764d32efa7323.zip |
Bug #591938 - Update translator's comments
Diffstat (limited to 'widgets/misc/e-attachment.c')
-rw-r--r-- | widgets/misc/e-attachment.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment.c b/widgets/misc/e-attachment.c index 68e8bd5bf2..dc9b533fcc 100644 --- a/widgets/misc/e-attachment.c +++ b/widgets/misc/e-attachment.c @@ -987,6 +987,10 @@ e_attachment_new_for_message (CamelMimeMessage *message) camel_mime_part_set_disposition (mime_part, "inline"); subject = camel_mime_message_get_subject (message); + /* To Translators: This text is set as a description of an attached message, + when, for example, attaching it to a composer. When the message to be + attached has also filled Subject, then this text is of form + "Attached message - Subject", otherwise it's left as is. */ description = g_string_new (_("Attached message")); if (subject != NULL) g_string_append_printf (description, " - %s", subject); |