1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Made strings translatable. Minor fixes.

This commit is contained in:
Werner Koch 2005-12-08 07:42:41 +00:00
parent 1d051e8ed5
commit 0edfbba804
5 changed files with 13 additions and 6 deletions

View file

@ -62,7 +62,7 @@ struct mainproc_context {
PKT_user_id *last_user_id;
md_filter_context_t mfx;
int sigs_only; /* process only signatures and reject all other stuff */
int encrypt_only; /* process only encrytion messages */
int encrypt_only; /* process only encryption messages */
STRLIST signed_data;
const char *sigfilename;
DEK *dek;