aboutsummaryrefslogtreecommitdiffstats
path: root/g10/card-util.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-02-02 14:06:19 +0000
committerWerner Koch <[email protected]>2010-02-02 14:06:19 +0000
commit8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0 (patch)
treea9ce6bafa8e38e858cb358debc967bb5436f0e15 /g10/card-util.c
parentFixed a regression introduced with 2.0.14. (diff)
downloadgnupg-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 '')
-rw-r--r--g10/card-util.c2
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 ();
}