mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* pkclist.c (do_edit_ownertrust): Use the same translated string for
showing the user ID as mainproc.c:print_pkenc_list. * mainproc.c (print_pkenc_list): Allow translating the quotes around the user ID. * card-util.c, g10.c, photoid.c, trustdb.c: The last of the \"%s\" -> `%s' quoting for things that aren't user IDs. * keyserver.c (keyserver_spawn): If there is no keyserver host, print the whole URI since it is self-contained.
This commit is contained in:
parent
e3fd0f0c60
commit
bf079613b7
8 changed files with 51 additions and 27 deletions
|
@ -204,7 +204,7 @@ do_edit_ownertrust (PKT_public_key *pk, int mode,
|
|||
pubkey_letter( pk->pubkey_algo ),
|
||||
keystr(keyid), datestr_from_pk( pk ) );
|
||||
p=get_user_id_native(keyid);
|
||||
tty_printf(_(" \"%s\"\n"),p);
|
||||
tty_printf(_(" \"%s\"\n"),p);
|
||||
m_free(p);
|
||||
|
||||
keyblock = get_pubkeyblock (keyid);
|
||||
|
@ -231,7 +231,7 @@ do_edit_ownertrust (PKT_public_key *pk, int mode,
|
|||
p=utf8_to_native(un->pkt->pkt.user_id->name,
|
||||
un->pkt->pkt.user_id->len,0);
|
||||
|
||||
tty_printf(_(" aka \"%s\"\n"),p);
|
||||
tty_printf(_(" aka \"%s\"\n"),p);
|
||||
}
|
||||
|
||||
print_fingerprint (pk, NULL, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue