summaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/parse-packet.c')
-rw-r--r--g10/parse-packet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c
index 1f19b05de..1400df735 100644
--- a/g10/parse-packet.c
+++ b/g10/parse-packet.c
@@ -33,6 +33,7 @@
#include "filter.h"
#include "options.h"
#include "main.h"
+#include "i18n.h"
static int mpi_print_mode = 0;
static int list_mode = 0;
@@ -105,7 +106,7 @@ unknown_pubkey_warning( int algo )
algo &= 0xff;
if( !unknown_pubkey_algos[algo] ) {
if( opt.verbose )
- log_info("can't handle public key algorithm %d\n", algo );
+ log_info(_("can't handle public key algorithm %d\n"), algo );
unknown_pubkey_algos[algo] = 1;
}
}