aboutsummaryrefslogtreecommitdiffstats
path: root/g10/photoid.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-10-10 15:27:14 +0000
committerDavid Shaw <[email protected]>2004-10-10 15:27:14 +0000
commitf3687f6b6c9c8d3e28be3cc9ab7967d108ff71bc (patch)
tree39d7fcfd0589852bf0adda9b59691163ea8eca4d /g10/photoid.c
parent* keygen.c (ask_key_flags): New. (ask_algo): Call it here in --expert mode (diff)
downloadgnupg-f3687f6b6c9c8d3e28be3cc9ab7967d108ff71bc.tar.gz
gnupg-f3687f6b6c9c8d3e28be3cc9ab7967d108ff71bc.zip
* 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.
Diffstat (limited to 'g10/photoid.c')
-rw-r--r--g10/photoid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/photoid.c b/g10/photoid.c
index 876543af3..2e9993595 100644
--- a/g10/photoid.c
+++ b/g10/photoid.c
@@ -95,7 +95,7 @@ PKT_user_id *generate_photo_id(PKT_public_key *pk)
{
tty_printf( _("This JPEG is really large (%d bytes) !\n"),len);
if(!cpr_get_answer_is_yes("photoid.jpeg.size",
- _("Are you sure you want to use it (y/N)? ")))
+ _("Are you sure you want to use it? (y/N) ")))
{
iobuf_close(file);
continue;