mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Change menu prompts.
This commit is contained in:
parent
eced7d3c74
commit
0f91985b21
3 changed files with 7 additions and 2 deletions
|
@ -1616,7 +1616,7 @@ keyedit_menu( const char *username, STRLIST locusr,
|
|||
if( !have_commands )
|
||||
{
|
||||
tty_enable_completion(keyedit_completion);
|
||||
answer = cpr_get_no_help("keyedit.prompt", _("Command> "));
|
||||
answer = cpr_get_no_help("keyedit.prompt", "gpg> ");
|
||||
cpr_kill_prompt();
|
||||
tty_disable_completion();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue