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:
parent
1d051e8ed5
commit
0edfbba804
5 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue