aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-08-27 13:25:47 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-08-27 13:25:47 +0800
commit8683d227456da4b93de9bcffd873d54c73ebf3db (patch)
tree208da9e4624f67a720198960aa6834f350601e45 /mail/em-format-html-display.c
parenteda9be1e893bd521c696c612093577c88a40b162 (diff)
downloadgsoc2013-evolution-8683d227456da4b93de9bcffd873d54c73ebf3db.tar
gsoc2013-evolution-8683d227456da4b93de9bcffd873d54c73ebf3db.tar.gz
gsoc2013-evolution-8683d227456da4b93de9bcffd873d54c73ebf3db.tar.bz2
gsoc2013-evolution-8683d227456da4b93de9bcffd873d54c73ebf3db.tar.lz
gsoc2013-evolution-8683d227456da4b93de9bcffd873d54c73ebf3db.tar.xz
gsoc2013-evolution-8683d227456da4b93de9bcffd873d54c73ebf3db.tar.zst
gsoc2013-evolution-8683d227456da4b93de9bcffd873d54c73ebf3db.zip
** Fix for bug #256878 from Vincent Untz
svn path=/trunk/; revision=34110
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index 6287c41252..13b9e0d64f 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -934,11 +934,13 @@ efhd_complete(EMFormat *emf)
/* FIXME: also in em-format-html.c */
static const struct {
const char *icon, *shortdesc, *description;
-} smime_sign_table[4] = {
+} smime_sign_table[5] = {
{ "stock_signature-bad", N_("Unsigned"), N_("This message is not signed. There is no guarantee that this message is authentic.") },
{ "stock_signature-ok", N_("Valid signature"), N_("This message is signed and is valid meaning that it is very likely that this message is authentic.") },
{ "stock_signature-bad", N_("Invalid signature"), N_("The signature of this message cannot be verified, it may have been altered in transit.") },
- { "stock_signature", N_("Valid signature, cannot verify sender"), N_("This message is signed with a valid signature, but the sender of the message cannot be verified.") },
+ { "stock_signature", N_("Valid signature, but cannot verify sender"), N_("This message is signed with a valid signature, but the sender of the message cannot be verified.") },
+ { "stock_signature-bad", N_("Signature exists, but need public key"), N_("This message is signed with a signature, but there is no corresponding public key.") },
+
};
static const struct {