diff options
author | David Shaw <[email protected]> | 2004-10-11 21:08:37 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-10-11 21:08:37 +0000 |
commit | bf079613b7082a6aa95e067c535a9e74ecad490b (patch) | |
tree | 910211f2f4112d1a4589f5e1fb972954e7583790 /g10/card-util.c | |
parent | * gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_http.c, gpgkeys_ldap.c: Fix a (diff) | |
download | gnupg-bf079613b7082a6aa95e067c535a9e74ecad490b.tar.gz gnupg-bf079613b7082a6aa95e067c535a9e74ecad490b.zip |
* 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.
Diffstat (limited to '')
-rw-r--r-- | g10/card-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index 7314ee478..8f638c930 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -912,7 +912,7 @@ generate_card_keys (const char *serialno) { tty_printf ("\n"); tty_printf (_("Please note that the factory settings of the PINs are\n" - " PIN = \"%s\" Admin PIN = \"%s\"\n" + " PIN = `%s' Admin PIN = `%s'\n" "You should change them using the command --change-pin\n"), "123456", "12345678"); tty_printf ("\n"); |