summaryrefslogtreecommitdiffstats
path: root/g10/encrypt.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-06-19 17:42:50 +0200
committerWerner Koch <wk@gnupg.org>2017-06-19 19:57:11 +0200
commit6cc4702767eec5506a974aa942868066a40cf54c (patch)
tree232309df282a5d5bea8ca8317ca8c231c741b896 /g10/encrypt.c
parentgpgscm: Limit the number of parallel jobs. (diff)
downloadgnupg2-6cc4702767eec5506a974aa942868066a40cf54c.tar.xz
gnupg2-6cc4702767eec5506a974aa942868066a40cf54c.zip
indent: Always use "_(" and not "_ (" to mark translatable strings.
-- This makes greping much easier and we have done that since ever. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'g10/encrypt.c')
-rw-r--r--g10/encrypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/encrypt.c b/g10/encrypt.c
index ee2f07851..b92a4f046 100644
--- a/g10/encrypt.c
+++ b/g10/encrypt.c
@@ -617,8 +617,8 @@ encrypt_crypt (ctrl_t ctrl, int filefd, const char *filename,
if (! gnupg_cipher_is_allowed (opt.compliance, 1, cfx.dek->algo,
GCRY_CIPHER_MODE_CFB))
{
- log_error (_ ("you may not use cipher algorithm '%s'"
- " while in %s mode\n"),
+ log_error (_("you may not use cipher algorithm '%s'"
+ " while in %s mode\n"),
openpgp_cipher_algo_name (cfx.dek->algo),
gnupg_compliance_option_string (opt.compliance));
rc = gpg_error (GPG_ERR_CIPHER_ALGO);