From cf648fc5c8cb20bfea4fd303631ba311bbaf3659 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 18 Sep 2014 16:00:34 +0200 Subject: [PATCH] gpg: Make algorithm selection prompt for ECC more clear. * g10/keygen.c (ask_algo): Change 9 to "ECC and ECC". --- g10/keygen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g10/keygen.c b/g10/keygen.c index 4ae34bf72..b6b50f621 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -1833,7 +1833,7 @@ ask_algo (ctrl_t ctrl, int addmode, int *r_subkey_algo, unsigned int *r_usage, #if GPG_USE_ECDSA || GPG_USE_ECDH || GPG_USE_EDDSA if (opt.expert && !addmode) - tty_printf (_(" (%d) ECC\n"), 9 ); + tty_printf (_(" (%d) ECC and ECC\n"), 9 ); if (opt.expert) tty_printf (_(" (%d) ECC (sign only)\n"), 10 ); if (opt.expert)