mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* 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
0e7778cb51
commit
d29d483e5f
4 changed files with 63 additions and 23 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