diff options
author | Werner Koch <[email protected]> | 1999-03-14 18:35:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-03-14 18:35:18 +0000 |
commit | dafcce01774db76548b77aad27e61a57d57e8817 (patch) | |
tree | ed14b49dd799f8a5a6b6fc032f21597a942cd6fc /g10/keygen.c | |
parent | See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch (diff) | |
download | gnupg-dafcce01774db76548b77aad27e61a57d57e8817.tar.gz gnupg-dafcce01774db76548b77aad27e61a57d57e8817.zip |
See ChangeLog: Sun Mar 14 19:34:36 CET 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r-- | g10/keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/keygen.c b/g10/keygen.c index 143ec9837..7fcd86453 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -761,8 +761,8 @@ do_create( int algo, unsigned nbits, KBNODE pub_root, KBNODE sec_root, tty_printf(_( "We need to generate a lot of random bytes. It is a good idea to perform\n" -"some other action (work in another window, move the mouse, utilize the\n" -"network and the disks) during the prime generation; this gives the random\n" +"some other action (type on the keyboard, move the mouse, utilize the\n" +"the disks) during the prime generation; this gives the random\n" "number generator a better chance to gain enough entropy.\n") ); if( algo == PUBKEY_ALGO_ELGAMAL || algo == PUBKEY_ALGO_ELGAMAL_E ) |