mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
* sign.c (mk_notation_and_policy): Make some strings translatable.
This commit is contained in:
parent
e9bb40b4d3
commit
f5e9289b82
@ -8,8 +8,9 @@
|
||||
|
||||
* export.c (do_export_stream), keyedit.c (show_key_with_all_names,
|
||||
menu_addrevoker), mainproc.c (check_sig_and_print), photoid.c
|
||||
(show_photos), trustdb.c (get_validity, reset_trust_records,
|
||||
validate_keys): Make some strings translatable.
|
||||
(show_photos), sign.c (mk_notation_and_policy), trustdb.c
|
||||
(get_validity, reset_trust_records, validate_keys): Make some
|
||||
strings translatable.
|
||||
|
||||
2003-04-26 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
|
@ -75,14 +75,16 @@ mk_notation_and_policy( PKT_signature *sig,
|
||||
if(IS_SIG(sig) && opt.sig_notation_data)
|
||||
{
|
||||
if(sig->version<4)
|
||||
log_info("can't put notation data into v3 signatures\n");
|
||||
log_info(_("can't put notation data into v3 (PGP 2.x style) "
|
||||
"signatures\n"));
|
||||
else
|
||||
nd=opt.sig_notation_data;
|
||||
}
|
||||
else if( IS_CERT(sig) && opt.cert_notation_data )
|
||||
{
|
||||
if(sig->version<4)
|
||||
log_info("can't put notation data into v3 key signatures\n");
|
||||
log_info(_("can't put notation data into v3 (PGP 2.x style) "
|
||||
"key signatures\n"));
|
||||
else
|
||||
nd=opt.cert_notation_data;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user