aboutsummaryrefslogtreecommitdiffstats
path: root/g10/seckey-cert.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-05-29 11:53:54 +0000
committerWerner Koch <[email protected]>1998-05-29 11:53:54 +0000
commite284277f0490a4606b99f3de5fdc3053084b99dd (patch)
treef9a5e6a69e82a5efe339ccdaa09664fa0679b066 /g10/seckey-cert.c
parentadd-key works (diff)
downloadgnupg-0-2-19.tar.gz
gnupg-0-2-19.zip
*** empty log message ***V0-2-19
Diffstat (limited to 'g10/seckey-cert.c')
-rw-r--r--g10/seckey-cert.c3
1 files changed, 2 insertions, 1 deletions
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: