aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/keyedit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 17838dce7..2d3a0d093 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -451,7 +451,8 @@ fix_keyblock( KBNODE keyblock )
if( subkey ) {
PKT_signature *sig = node->pkt->pkt.signature;
if( sig->sig_class >= 0x10 && sig->sig_class <= 0x13 ) {
- log_info("moving a key signature to the correct place\n");
+ log_info(_(
+ "moving a key signature to the correct place\n"));
last->next = node->next;
node->next = subkey->next;
subkey->next = node;