[evolution-data-server] Bug 604865 - Message part description shouldn't be translated



commit 4014bb908e6c3f8eb85ea5139cd337e8e510a27d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Dec 20 09:25:46 2009 -0500

    Bug 604865 - Message part description shouldn't be translated

 camel/camel-gpg-context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c
index 24dcfa7..0bec14a 100644
--- a/camel/camel-gpg-context.c
+++ b/camel/camel-gpg-context.c
@@ -1406,7 +1406,7 @@ gpg_sign (CamelCipherContext *context, const gchar *userid, CamelCipherHash hash
 	camel_medium_set_content_object((CamelMedium *)sigpart, dw);
 	camel_object_unref(dw);
 
-	camel_mime_part_set_description(sigpart, _("This is a digitally signed message part"));
+	camel_mime_part_set_description(sigpart, "This is a digitally signed message part");
 
 	mps = camel_multipart_signed_new();
 	ct = camel_content_type_new("multipart", "signed");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]