aboutsummaryrefslogtreecommitdiffstats
path: root/g10/card-util.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-10-28 03:57:30 +0000
committerDavid Shaw <[email protected]>2004-10-28 03:57:30 +0000
commitf15e944b9872468a574ca8f9cb5849a69e6cdb21 (patch)
tree6ba44cca847075c01f1374ddec6c21de470a2549 /g10/card-util.c
parent* keylist.c (status_one_subpacket): New. Send the subpacket data to the (diff)
downloadgnupg-f15e944b9872468a574ca8f9cb5849a69e6cdb21.tar.gz
gnupg-f15e944b9872468a574ca8f9cb5849a69e6cdb21.zip
* card-util.c, delkey.c, keygen.c, plaintext.c, keyedit.c, passphrase.c,
revoke.c: Collapse the two different "can't do that in batch mode" strings into one.
Diffstat (limited to 'g10/card-util.c')
-rw-r--r--g10/card-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/card-util.c b/g10/card-util.c
index 64341280e..066db0c3a 100644
--- a/g10/card-util.c
+++ b/g10/card-util.c
@@ -67,7 +67,7 @@ change_pin (int chvno, int allow_admin)
if (opt.batch)
{
- log_error (_("sorry, can't do this in batch mode\n"));
+ log_error (_("can't do this in batch mode\n"));
return;
}
@@ -1195,7 +1195,7 @@ card_edit (STRLIST commands)
;
else if (opt.batch && !have_commands)
{
- log_error(_("can't do that in batchmode\n"));
+ log_error(_("can't do this in batch mode\n"));
goto leave;
}