diff options
| author | David Shaw <[email protected]> | 2004-10-28 03:57:30 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2004-10-28 03:57:30 +0000 |
| commit | f15e944b9872468a574ca8f9cb5849a69e6cdb21 (patch) | |
| tree | 6ba44cca847075c01f1374ddec6c21de470a2549 /g10/keygen.c | |
| parent | * keylist.c (status_one_subpacket): New. Send the subpacket data to the (diff) | |
| download | gnupg-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/keygen.c')
| -rw-r--r-- | g10/keygen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keygen.c b/g10/keygen.c index e03fb60d3..4a6c6ccca 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -2417,7 +2417,7 @@ generate_keypair (const char *fname, const char *card_serialno, if (opt.batch && card_serialno) { /* We don't yet support unattended key generation. */ - log_error (_("sorry, can't do this in batch mode\n")); + log_error (_("can't do this in batch mode\n")); return; } |
