mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* card-util.c, keyedit.c, openfile.c, pkclist.c, delkey.c, keygen.c,
photoid.c, revoke.c: Some yes-or-no prompts end in "(y/n)". Some don't. Consistently use y/n everywhere.
This commit is contained in:
parent
d41e6455a3
commit
f3687f6b6c
9 changed files with 69 additions and 47 deletions
|
@ -294,7 +294,7 @@ do_edit_ownertrust (PKT_public_key *pk, int mode,
|
|||
if (trust == TRUST_ULTIMATE
|
||||
&& !cpr_get_answer_is_yes ("edit_ownertrust.set_ultimate.okay",
|
||||
_("Do you really want to set this key"
|
||||
" to ultimate trust? ")))
|
||||
" to ultimate trust? (y/N) ")))
|
||||
; /* no */
|
||||
else
|
||||
{
|
||||
|
@ -441,7 +441,7 @@ do_we_trust_pre( PKT_public_key *pk, unsigned int trustlevel )
|
|||
tty_printf("\n");
|
||||
|
||||
if( cpr_get_answer_is_yes("untrusted_key.override",
|
||||
_("Use this key anyway? ")) )
|
||||
_("Use this key anyway? (y/N) ")) )
|
||||
rc = 1;
|
||||
|
||||
/* Hmmm: Should we set a flag to tell the user about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue