X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=cryptglue.c;h=dc82b4aa7b5227cef373913bef8015d88c3dba09;hp=402ad6e5552459d28d624d0423c9cfff144823a3;hb=b36dc16c428cc2b1371bb99c0581aa014f302791;hpb=f5b0e714a215eddd4d9f8084b434b713f0a580b4 diff --git a/cryptglue.c b/cryptglue.c index 402ad6e..dc82b4a 100644 --- a/cryptglue.c +++ b/cryptglue.c @@ -23,10 +23,11 @@ # include "config.h" #endif +#include + #include "mutt.h" #include "mutt_crypt.h" -#include "lib/intl.h" #include "crypt-mod.h" @@ -102,7 +103,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..."); } }