diff options
Diffstat (limited to 'g10/card-util.c')
-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 96a994c98..9bd5013a1 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -1817,7 +1817,7 @@ card_edit (strlist_t commands) if (!have_commands) { tty_enable_completion (card_edit_completion); - answer = cpr_get_no_help("cardedit.prompt", _("Command> ")); + answer = cpr_get_no_help("cardedit.prompt", _("gpg/card> ")); cpr_kill_prompt(); tty_disable_completion (); } |