diff options
| author | Werner Koch <[email protected]> | 2010-02-02 14:06:19 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2010-02-02 14:06:19 +0000 |
| commit | 8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0 (patch) | |
| tree | a9ce6bafa8e38e858cb358debc967bb5436f0e15 /g10/card-util.c | |
| parent | Fixed a regression introduced with 2.0.14. (diff) | |
| download | gnupg-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.tar.gz gnupg-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.zip | |
Various changes to eventually support openpgp keys in pgp-agent.
Comment fixes.
Minor chnages in preparation of a W32CE port.
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 (); } |
