1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Chnage key edit prompts.

This commit is contained in:
Werner Koch 2010-02-02 14:10:32 +00:00
parent 5f5091ed79
commit 8e680ea7f5
3 changed files with 7 additions and 2 deletions

View file

@ -1651,7 +1651,7 @@ keyedit_menu( const char *username, strlist_t locusr,
#ifdef HAVE_LIBREADLINE
tty_enable_completion(keyedit_completion);
#endif
answer = cpr_get_no_help("keyedit.prompt", _("Command> "));
answer = cpr_get_no_help("keyedit.prompt", "gpg> ");
cpr_kill_prompt();
tty_disable_completion();
}