diff options
author | David Shaw <[email protected]> | 2004-08-27 17:32:31 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-08-27 17:32:31 +0000 |
commit | ea279f1bae48f86f7456f25900c1fa5fbea3e8d5 (patch) | |
tree | d4f32b736c6e0bfa0bdf26c3971a5e5be979496a /g10/encode.c | |
parent | * gpgkeys_ldap.c (get_key, search_key), gpgkeys_hkp.c (get_key, (diff) | |
download | gnupg-ea279f1bae48f86f7456f25900c1fa5fbea3e8d5.tar.gz gnupg-ea279f1bae48f86f7456f25900c1fa5fbea3e8d5.zip |
* encode.c, exec.c, g10.c, sign.c: Some translatable string cleanup.
Change some "this" to `this'.
Diffstat (limited to '')
-rw-r--r-- | g10/encode.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/encode.c b/g10/encode.c index 84e1de0cc..1b83f244d 100644 --- a/g10/encode.c +++ b/g10/encode.c @@ -523,8 +523,8 @@ encode_crypt( const char *filename, STRLIST remusr, int use_symkey ) if(!opt.expert && select_algo_from_prefs(pk_list,PREFTYPE_SYM, opt.def_cipher_algo,NULL)!=opt.def_cipher_algo) - log_info(_("forcing symmetric cipher %s (%d) " - "violates recipient preferences\n"), + log_info(_("WARNING: forcing symmetric cipher %s (%d)" + " violates recipient preferences\n"), cipher_algo_to_string(opt.def_cipher_algo), opt.def_cipher_algo); @@ -631,8 +631,8 @@ encode_crypt( const char *filename, STRLIST remusr, int use_symkey ) else if(!opt.expert && select_algo_from_prefs(pk_list,PREFTYPE_ZIP, compr_algo,NULL)!=compr_algo) - log_info(_("forcing compression algorithm %s (%d) " - "violates recipient preferences\n"), + log_info(_("WARNING: forcing compression algorithm %s (%d)" + " violates recipient preferences\n"), compress_algo_to_string(compr_algo),compr_algo); /* algo 0 means no compression */ |