1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* options.h, g10.c (main), keyedit.c (keyedit_menu): Use --interactive

to enable the uid walking when signing a key with no uids specified to
sign.

* keylist.c (list_keyblock_print): Fix silly typo.  Noted by Greg
Sabino Mullane.
This commit is contained in:
David Shaw 2005-07-22 12:52:34 +00:00
parent 6f0ed8571b
commit 04b9cec18f
5 changed files with 15 additions and 10 deletions

View file

@ -790,7 +790,7 @@ list_keyblock_print ( KBNODE keyblock, int secret, int fpr, void *opaque )
else if(pk->has_expired)
{
printf(" [");
printf(_("expired: %s)"),expirestr_from_pk(pk));
printf(_("expired: %s"),expirestr_from_pk(pk));
printf("]");
}
else if(pk->expiredate)