mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
From stable branch
* keyedit.c (menu_addrevoker): The direct key signature for revocation keys must be at least v4 to carry the revocation key subpacket. Add a PGP 2.x warning for revocation keys. * g10.c (check_permissions): Rearrange strings to make translating easier (don't incorporate string parts). * keyedit.c (sign_uids): Make strings translatable. * sig-check.c (check_key_signature2): Make string translatable.
This commit is contained in:
parent
6794524789
commit
299e2bf336
4 changed files with 102 additions and 26 deletions
|
@ -546,7 +546,8 @@ check_key_signature2( KBNODE root, KBNODE node, int *is_selfsig,
|
|||
}
|
||||
else {
|
||||
if (!opt.quiet)
|
||||
log_info ("key %08lX: no subkey for subkey revocation packet\n",
|
||||
log_info (_("key %08lX: no subkey for subkey "
|
||||
"revocation packet\n"),
|
||||
(ulong)keyid_from_pk (pk, NULL));
|
||||
rc = G10ERR_SIG_CLASS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue