X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=cryptglue.c;h=d73ddcd27fa63a84ca705579f8477fdb49d63a0c;hp=402ad6e5552459d28d624d0423c9cfff144823a3;hb=ae93bc030d3794817980fc58a9cb20185047dd26;hpb=f5b0e714a215eddd4d9f8084b434b713f0a580b4 diff --git a/cryptglue.c b/cryptglue.c index 402ad6e..d73ddcd 100644 --- a/cryptglue.c +++ b/cryptglue.c @@ -102,7 +102,7 @@ void crypt_invoke_message (int type) mutt_message _("Invoking PGP..."); } else if ((WithCrypto & APPLICATION_SMIME) && (type & APPLICATION_SMIME)) { - mutt_message _("Invoking SMIME..."); + mutt_message _("Invoking S/MIME..."); } }