aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-09-17 03:21:13 +0000
committerDavid Shaw <[email protected]>2002-09-17 03:21:13 +0000
commit299e2bf3367fe2f546e4e8bf30ab28348ef641b5 (patch)
tree7e4ce2b51f703ef48e9b109083a572dcb1490bd8 /g10/sig-check.c
parent* w32reg.c (read_w32_registry_string): Fallback to HLM. (diff)
downloadgnupg-299e2bf3367fe2f546e4e8bf30ab28348ef641b5.tar.gz
gnupg-299e2bf3367fe2f546e4e8bf30ab28348ef641b5.zip
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.
Diffstat (limited to '')
-rw-r--r--g10/sig-check.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c
index d4e8957b1..e4e3b766b 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -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;
}