diff options
Diffstat (limited to 'g10/pubkey-enc.c')
-rw-r--r-- | g10/pubkey-enc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/pubkey-enc.c b/g10/pubkey-enc.c index 013fd2f1b..272562b18 100644 --- a/g10/pubkey-enc.c +++ b/g10/pubkey-enc.c @@ -94,7 +94,7 @@ get_session_key (ctrl_t ctrl, PKT_pubkey_enc * k, DEK * dek) if (!gnupg_pk_is_compliant (opt.compliance, sk->pubkey_algo, sk->pkey, nbits_from_pk (sk), NULL)) - log_info (_("Note: key %s was not suitable for encryption" + log_info (_("Note: key %s is not suitable for encryption" " in %s mode\n"), keystr_from_pk (sk), gnupg_compliance_option_string (opt.compliance)); @@ -132,7 +132,7 @@ get_session_key (ctrl_t ctrl, PKT_pubkey_enc * k, DEK * dek) if (!gnupg_pk_is_compliant (opt.compliance, sk->pubkey_algo, sk->pkey, nbits_from_pk (sk), NULL)) - log_info (_("Note: key %s was not suitable for encryption" + log_info (_("Note: key %s is not suitable for encryption" " in %s mode\n"), keystr_from_pk (sk), gnupg_compliance_option_string (opt.compliance)); |