diff options
author | David Shaw <[email protected]> | 2003-04-27 20:22:09 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-04-27 20:22:09 +0000 |
commit | 9f6fa94486134b211a37c62bbe115587dd689b67 (patch) | |
tree | c52a326280297baba57ca3a2c03d0a8d40103d23 /g10/export.c | |
parent | * sign.c (do_sign): Show the hash used when making a signature in verbose (diff) | |
download | gnupg-9f6fa94486134b211a37c62bbe115587dd689b67.tar.gz gnupg-9f6fa94486134b211a37c62bbe115587dd689b67.zip |
* g10.c (main): Add --no-textmode.
* export.c (do_export_stream), keyedit.c (show_key_with_all_names,
menu_addrevoker), mainproc.c (check_sig_and_print), photoid.c
(show_photos), sign.c (mk_notation_and_policy), trustdb.c (get_validity,
reset_trust_records, validate_keys): Make some strings translatable.
* mainproc.c (check_sig_and_print): Show digest algorithm and sig class
when verifying a sig with --verbose on, and add version, pk and hash
algorithms and sig class to VALIDSIG.
* parse-packet.c (enum_sig_subpkt): Make a warning message a --verbose
warning message since we don't need to warn every time we see an unknown
critical (we only need to invalidate the signature).
* trustdb.c (init_trustdb): Check the trustdb options even with TM_AUTO
since the auto may become TM_CLASSIC or TM_OPENPGP.
Diffstat (limited to 'g10/export.c')
-rw-r--r-- | g10/export.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/export.c b/g10/export.c index b1bec1f1c..3a9a324d7 100644 --- a/g10/export.c +++ b/g10/export.c @@ -396,8 +396,8 @@ do_export_stream( IOBUF out, STRLIST users, int secret, node->pkt->pkt.secret_key->protect.sha1chk) { /* I hope this warning doesn't confuse people. */ - log_info("WARNING: secret key %08lX does not have a " - "simple SK checksum\n",(ulong)sk_keyid[1]); + log_info(_("WARNING: secret key %08lX does not have a " + "simple SK checksum\n"),(ulong)sk_keyid[1]); sha1_warned=1; } |