mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Chnage key edit prompts.
This commit is contained in:
parent
5f5091ed79
commit
8e680ea7f5
3 changed files with 7 additions and 2 deletions
|
@ -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 ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue