X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=cryptglue.c;h=d73ddcd27fa63a84ca705579f8477fdb49d63a0c;hp=402ad6e5552459d28d624d0423c9cfff144823a3;hb=ec6466f47886accf8a4f67ae54da36bdf97dad21;hpb=86d529600952d1b3606e2b163a4edefbf988d1b9 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..."); } }