mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
indent,i18n: Make some new strings translatable. Wrap too long lines.
--
This commit is contained in:
parent
a68a98233a
commit
e0877a98a0
7 changed files with 33 additions and 21 deletions
|
@ -99,7 +99,8 @@ decrypt_data (ctrl_t ctrl, void *procctx, PKT_encrypted *ed, DEK *dek)
|
|||
}
|
||||
|
||||
/* Check compliance. */
|
||||
if (! gnupg_cipher_is_allowed (opt.compliance, 0, dek->algo, GCRY_CIPHER_MODE_CFB))
|
||||
if (! gnupg_cipher_is_allowed (opt.compliance, 0, dek->algo,
|
||||
GCRY_CIPHER_MODE_CFB))
|
||||
{
|
||||
log_error (_("you may not use cipher algorithm '%s'"
|
||||
" while in %s mode\n"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue