From e284277f0490a4606b99f3de5fdc3053084b99dd Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 29 May 1998 11:53:54 +0000 Subject: *** empty log message *** --- g10/seckey-cert.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g10/seckey-cert.c') diff --git a/g10/seckey-cert.c b/g10/seckey-cert.c index 8a5d98299..6f0dc1ae9 100644 --- a/g10/seckey-cert.c +++ b/g10/seckey-cert.c @@ -31,6 +31,7 @@ #include "cipher.h" #include "main.h" #include "options.h" +#include "i18n.h" static int @@ -221,7 +222,7 @@ check_secret_key( PKT_secret_cert *cert ) for(i=0; i < 3 && rc == G10ERR_BAD_PASS; i++ ) { if( i ) - log_error("Invalid passphrase; please try again ...\n\n"); + log_error(_("Invalid passphrase; please try again ...\n")); switch( cert->pubkey_algo ) { case PUBKEY_ALGO_ELGAMAL_E: case PUBKEY_ALGO_ELGAMAL: -- cgit v1.2.3