From ea279f1bae48f86f7456f25900c1fa5fbea3e8d5 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 27 Aug 2004 17:32:31 +0000 Subject: * encode.c, exec.c, g10.c, sign.c: Some translatable string cleanup. Change some "this" to `this'. --- g10/encode.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'g10/encode.c') 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 */ -- cgit