diff options
author | Werner Koch <wk@gnupg.org> | 2017-06-19 17:42:50 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-06-19 19:57:11 +0200 |
commit | 6cc4702767eec5506a974aa942868066a40cf54c (patch) | |
tree | 232309df282a5d5bea8ca8317ca8c231c741b896 /g10/encrypt.c | |
parent | gpgscm: Limit the number of parallel jobs. (diff) | |
download | gnupg2-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.c | 4 |
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); |